summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/compat/linux/Makefile b/sys/compat/linux/Makefile
new file mode 100644
index 00000000000..4f6f6857feb
--- /dev/null
+++ b/sys/compat/linux/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.3 1998/10/01 04:16:33 erh Exp $
+
+SUBDIR= common alpha i386
+#SUBDIR+= arm mips m68k ppc sparc sparc64
+
+KDIR= /sys/compat/linux
+INCSDIR= /usr/include/compat/linux
+
+.include <bsd.subdir.mk>
+.include <bsd.kinc.mk>