Module Name:    src
Committed By:   christos
Date:           Mon Jan 16 17:42:52 UTC 2017

Added Files:
        src/sys/compat: Makefile.syscall

Log Message:
Add a Makefile to rebuild the syscall files for all emulations


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/compat/Makefile.syscall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/compat/Makefile.syscall
diff -u /dev/null src/sys/compat/Makefile.syscall:1.1
--- /dev/null	Mon Jan 16 12:42:52 2017
+++ src/sys/compat/Makefile.syscall	Mon Jan 16 12:42:52 2017
@@ -0,0 +1,6 @@
+#	$NetBSD: Makefile.syscall,v 1.1 2017/01/16 17:42:52 christos Exp $
+
+SUBDIR	=	aoutm68k freebsd ibcs2 linux linux32 netbsd32
+SUBDIR +=	osf1 sunos sunos32 svr4 svr4_32 ultrix
+
+.include <bsd.subdir.mk>

Reply via email to