Module Name:    src
Committed By:   pgoyette
Date:           Fri Mar 30 11:15:25 UTC 2018

Added Files:
        src/sys/modules/compat_20 [pgoyette-compat]: Makefile

Log Message:
Forgot to commit this previously.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/modules/compat_20/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_20/Makefile
diff -u /dev/null src/sys/modules/compat_20/Makefile:1.1.2.1
--- /dev/null	Fri Mar 30 11:15:25 2018
+++ src/sys/modules/compat_20/Makefile	Fri Mar 30 11:15:25 2018
@@ -0,0 +1,15 @@
+#	$NetBSD: Makefile,v 1.1.2.1 2018/03/30 11:15:25 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH:	${S}/compat/common
+
+KMOD=	compat_20
+
+CPPFLAGS+=	-DCOMPAT_20 -DCOMPAT_30
+CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
+
+SRCS+=	compat_20_mod.c
+SRCS+=	vfs_syscalls_20.c  ieee80211_20.c if43_20.c
+
+.include <bsd.kmodule.mk>

Reply via email to