Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/modules/compat_16 Forgot a file!



details:   https://anonhg.NetBSD.org/src/rev/1462998a354b
branches:  pgoyette-compat
changeset: 321126:1462998a354b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Mar 30 05:38:26 2018 +0000

description:
Forgot a file!

diffstat:

 sys/modules/compat_16/Makefile |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r ac14a3f7fdd8 -r 1462998a354b sys/modules/compat_16/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/compat_16/Makefile    Fri Mar 30 05:38:26 2018 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1.2.1 2018/03/30 05:38:26 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/compat/common
+
+KMOD=  compat_16
+
+CPPFLAGS+=     -DCOMPAT_16 -DCOMPAT_20 -DCOMPAT_30
+CPPFLAGS+=     -DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
+
+SRCS+= compat_16_mod.c
+SRCS+= kern_sig_16.c
+
+.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index