summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commitcec60429bbb77a84c44199253f4a9d1a628fcc2a (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /usr.bin/locate
parent8a8ad0dddfa253e5daf138f2193095556257d0ce (diff)
downloadFreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.zip
FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.tar.gz
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/bigram/Makefile2
-rw-r--r--usr.bin/locate/code/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile
index 57e5bcf..eb39dd1 100644
--- a/usr.bin/locate/bigram/Makefile
+++ b/usr.bin/locate/bigram/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= locate.bigram
-NOMAN=
+NO_MAN=
BINDIR= ${LIBEXECDIR}
CFLAGS+= -I${.CURDIR}/../locate
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile
index cc7033b..20eef8c 100644
--- a/usr.bin/locate/code/Makefile
+++ b/usr.bin/locate/code/Makefile
@@ -3,7 +3,7 @@
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
-NOMAN=
+NO_MAN=
BINDIR= ${LIBEXECDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud