Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/x68k/floppies/ramdisk Descend to the utils dir for t...
details: https://anonhg.NetBSD.org/src/rev/3788d1fe0d81
branches: trunk
changeset: 471896:3788d1fe0d81
user: minoura <minoura%NetBSD.org@localhost>
date: Wed Apr 14 14:11:56 1999 +0000
description:
Descend to the utils dir for targets clean and depend.
diffstat:
distrib/x68k/floppies/ramdisk/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r bf1033af3701 -r 3788d1fe0d81 distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile Wed Apr 14 13:31:49 1999 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile Wed Apr 14 14:11:56 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/04/12 16:06:36 minoura Exp $
+# $NetBSD: Makefile,v 1.9 1999/04/14 14:11:56 minoura Exp $
TOP= ${.CURDIR}/..
@@ -67,6 +67,10 @@
clean cleandir distclean:
/bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+.if make(clean) || make(cleandir) || make(distclean) || make(depend) || make(obj)
+UTILDIR= ../../../utils
+SUBDIR+= ${UTILDIR}/init_s ${UTILDIR}/x_ifconfig ${UTILDIR}/x_route
+.endif
+
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
-
Home |
Main Index |
Thread Index |
Old Index