Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat Add a Makefile to rebuild the syscall files for a...
details: https://anonhg.NetBSD.org/src/rev/09bd5d811337
branches: trunk
changeset: 350705:09bd5d811337
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 16 17:42:52 2017 +0000
description:
Add a Makefile to rebuild the syscall files for all emulations
diffstat:
sys/compat/Makefile.syscall | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 019b26de7fd1 -r 09bd5d811337 sys/compat/Makefile.syscall
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/compat/Makefile.syscall Mon Jan 16 17:42:52 2017 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index