Source-Changes-HG archive

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

[src/trunk]: src/distrib descend to utils if we are making obj



details:   https://anonhg.NetBSD.org/src/rev/a9bb3feff358
branches:  trunk
changeset: 566002:a9bb3feff358
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 25 06:19:49 2004 +0000

description:
descend to utils if we are making obj

diffstat:

 distrib/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b729457f49be -r a9bb3feff358 distrib/Makefile
--- a/distrib/Makefile  Sun Apr 25 06:13:38 2004 +0000
+++ b/distrib/Makefile  Sun Apr 25 06:19:49 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/07/25 00:35:33 matt Exp $
+#      $NetBSD: Makefile,v 1.12 2004/04/25 06:19:49 christos Exp $
 
 SUBDIR=        notes .WAIT
 
@@ -10,6 +10,10 @@
 SUBDIR+= ${MACHINE}
 .endif
 
+.if make(obj)
+SUBDIR+= utils
+.endif
+
 TARGETS+=release
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index