Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/crunch/examples NOxxx= variables should appear first
details: https://anonhg.NetBSD.org/src/rev/a2eeceeb94ce
branches: trunk
changeset: 549290:a2eeceeb94ce
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jul 10 11:21:51 2003 +0000
description:
NOxxx= variables should appear first
diffstat:
usr.bin/crunch/examples/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0b2f80ac772f -r a2eeceeb94ce usr.bin/crunch/examples/Makefile
--- a/usr.bin/crunch/examples/Makefile Thu Jul 10 11:21:03 2003 +0000
+++ b/usr.bin/crunch/examples/Makefile Thu Jul 10 11:21:51 2003 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:44 tv Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/10 11:21:51 lukem Exp $
+
+NOMAN= # defined
CRUNCHED= fixit
@@ -11,7 +13,6 @@
OUTMK= $(CRUNCHED).mk
OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache
-NOMAN= # defined
CLEANFILES+=$(CRUNCHED) $(OUTPUTS) *.o *.lo *_stub.c
all: $(CRUNCHED)
Home |
Main Index |
Thread Index |
Old Index