Module Name: src
Committed By: pgoyette
Date: Fri Mar 30 05:38:26 UTC 2018
Added Files:
src/sys/modules/compat_16 [pgoyette-compat]: Makefile
Log Message:
Forgot a file!
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/modules/compat_16/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/modules/compat_16/Makefile
diff -u /dev/null src/sys/modules/compat_16/Makefile:1.1.2.1
--- /dev/null Fri Mar 30 05:38:26 2018
+++ src/sys/modules/compat_16/Makefile Fri Mar 30 05:38:26 2018
@@ -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>