diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
commit | cec60429bbb77a84c44199253f4a9d1a628fcc2a (patch) | |
tree | 7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /usr.sbin/crunch | |
parent | 8a8ad0dddfa253e5daf138f2193095556257d0ce (diff) | |
download | FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.zip FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.tar.gz |
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Diffstat (limited to 'usr.sbin/crunch')
-rw-r--r-- | usr.sbin/crunch/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/crunch/examples/Makefile b/usr.sbin/crunch/examples/Makefile index 282dbc7..6dd49ac 100644 --- a/usr.sbin/crunch/examples/Makefile +++ b/usr.sbin/crunch/examples/Makefile @@ -11,7 +11,7 @@ CONF= $(CRUNCHED).conf OUTMK= $(CRUNCHED).mk OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache -NOMAN= +NO_MAN= CLEANFILES+= $(CRUNCHED) *.o *.lo *.c *.mk *.cache CLEANDIRFILES+= $(OUTPUTS) |