Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand Fix errors on make cleandir in stand/boo...
details: https://anonhg.NetBSD.org/src/rev/f411786edd5a
branches: trunk
changeset: 515327:f411786edd5a
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Sep 22 05:19:39 2001 +0000
description:
Fix errors on make cleandir in stand/boot* dirs.
Patch from misc/14012 by kwellsch%tampabay.rr.com@localhost.
diffstat:
sys/arch/pmax/stand/Makefile.booters | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r d4f9642bc26f -r f411786edd5a sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters Sat Sep 22 05:02:13 2001 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters Sat Sep 22 05:19:39 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.30 2000/07/13 22:18:08 jdolecek Exp $
+# $NetBSD: Makefile.booters,v 1.31 2001/09/22 05:19:39 tsutsui Exp $
# $S must correspond to the top of the 'sys' tree
S= ${.CURDIR}/../../../..
@@ -111,11 +111,11 @@
(rm -f ${PROG} ; false)
.endif
+.include <bsd.prog.mk>
+
CLEANFILES+= ${PROG}.map
cleandir distclean: cleanlibdir
cleanlibdir:
rm -rf lib
-
-.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index