summaryrefslogtreecommitdiff
path: root/sys/modules/compat_50/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/compat_50/Makefile')
-rw-r--r--sys/modules/compat_50/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/sys/modules/compat_50/Makefile b/sys/modules/compat_50/Makefile
new file mode 100644
index 00000000000..e756dbe67cd
--- /dev/null
+++ b/sys/modules/compat_50/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.2 2019/01/27 02:08:45 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/compat/common
+
+KMOD= compat_50
+
+CPPFLAGS+= -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
+
+SRCS+= compat_50_mod.c
+SRCS+= kern_50.c kern_time_50.c kern_select_50.c
+SRCS+= vfs_syscalls_50.c uipc_syscalls_50.c uvm_50.c
+SRCS+= rndpseudo_50.c clockctl_50.c if_spppsubr50.c
+
+CPPFLAGS+= -DINET -DINET6
+# XXX someday we'll need to add
+#CPPFLAGS+= -DSCTP -DNET_MPSAFE
+
+SRCS+= rtsock_50.c
+
+.PATH: ${S}/fs/puffs
+
+SRCS+= puffs_compat.c
+
+.PATH: ${S}/dev/wscons
+
+SRCS+= wsevent_50.c
+
+.PATH: ${S}/dev
+
+SRCS+= vnd_50.c
+
+.include <bsd.kmodule.mk>