aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commite653b48c80fb85b2a10372d664a4b55dbdc51dae (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /rescue
parentd626a8a238996d787428b43e5398f512cfd0aa94 (diff)
downloadsrc-e653b48c80fb85b2a10372d664a4b55dbdc51dae.tar.gz
src-e653b48c80fb85b2a10372d664a4b55dbdc51dae.zip
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Notes
Notes: svn path=/head/; revision=139103
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 5a6629526290..b3602c4a89ab 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -213,7 +213,7 @@ CANONICALOBJDIR:= ${MAKEOBJDIRPREFIX}${.CURDIR}
CANONICALOBJDIR:= /usr/obj${.CURDIR}
.endif
-NOMAN=
+NO_MAN=
CLEANFILES+= $(CONF) *.o *.lo *.c *.mk *.cache *.a *.h
# Program names and their aliases contribute hardlinks to 'rescue' executable,