Module Name:    src
Committed By:   dholland
Date:           Sat Jul 26 19:35:10 UTC 2014

Modified Files:
        src/distrib/utils: Makefile

Log Message:
Don't descend into sysinst.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/Makefile

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

Modified files:

Index: src/distrib/utils/Makefile
diff -u src/distrib/utils/Makefile:1.20 src/distrib/utils/Makefile:1.21
--- src/distrib/utils/Makefile:1.20	Sun Mar 24 20:26:29 2013
+++ src/distrib/utils/Makefile	Sat Jul 26 19:35:10 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2013/03/24 20:26:29 christos Exp $
+#	$NetBSD: Makefile,v 1.21 2014/07/26 19:35:10 dholland Exp $
 
 .if make(obj)
 
@@ -19,10 +19,6 @@ SUBDIR+=x_ping6
 
 .endif
 
-.if exists(sysinst/arch/${MACHINE})
-SUBDIR+=sysinst
-.endif
-
 release:
 
 .include <bsd.subdir.mk>

Reply via email to