Source-Changes-HG archive

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

[src/trunk]: src/tools On prep, descend into prep-mkbootimage.



details:   https://anonhg.NetBSD.org/src/rev/f9cd3551cea1
branches:  trunk
changeset: 526466:f9cd3551cea1
user:      kleink <kleink%NetBSD.org@localhost>
date:      Fri May 03 20:35:46 2002 +0000

description:
On prep, descend into prep-mkbootimage.

diffstat:

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

diffs (20 lines):

diff -r 95fe1471c280 -r f9cd3551cea1 tools/Makefile
--- a/tools/Makefile    Fri May 03 20:33:53 2002 +0000
+++ b/tools/Makefile    Fri May 03 20:35:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.47 2002/04/06 13:33:46 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.48 2002/05/03 20:35:46 kleink Exp $
 
 .include <bsd.own.mk>
 
@@ -28,6 +28,10 @@
 SUBDIR+=       autoconf gettext
 .endif
 
+.if ${MACHINE} == prep
+SUBDIR+=       prep-mkbootimage
+.endif
+
 .if ${MACHINE} == sparc || ${MACHINE} == sparc64
 SUBDIR+=       sparc-installboot
 .endif



Home | Main Index | Thread Index | Old Index