Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests Remove syscall SUBDIR.



details:   https://anonhg.NetBSD.org/src/rev/2ba5f7f76202
branches:  trunk
changeset: 767031:2ba5f7f76202
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Jul 07 07:31:29 2011 +0000

description:
Remove syscall SUBDIR.

diffstat:

 tests/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 97315d1b45a3 -r 2ba5f7f76202 tests/Makefile
--- a/tests/Makefile    Thu Jul 07 07:27:49 2011 +0000
+++ b/tests/Makefile    Thu Jul 07 07:31:29 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2011/06/15 23:45:45 mrg Exp $
+# $NetBSD: Makefile,v 1.32 2011/07/07 07:31:29 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@
 ATFFILE=       yes
 
 SUBDIR=                crypto dev fs games include ipf kernel lib libexec net
-SUBDIR+=       rump sbin sys syscall toolchain usr.bin usr.sbin util
+SUBDIR+=       rump sbin sys toolchain usr.bin usr.sbin util
 
 . if ${MKKMOD} != "no"
 SUBDIR+= modules



Home | Main Index | Thread Index | Old Index