summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorerh <erh@NetBSD.org>1998-10-01 04:16:33 +0000
committererh <erh@NetBSD.org>1998-10-01 04:16:33 +0000
commit4dc8295a265bb66207a7fa8bed902cbb5dbe6d2f (patch)
tree822e048cf10da59219547081b05275be46f3e064 /sys/compat/linux
parent5dbbd9e2d1cf238f970707a59f95be3e20cb6c84 (diff)
Enable "includes" and "all"(=makesyscalls.sh) targets for alpha, common and i386.
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>