From cec60429bbb77a84c44199253f4a9d1a628fcc2a Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 08:47:35 +0000 Subject: Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core --- usr.bin/locate/bigram/Makefile | 2 +- usr.bin/locate/code/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/locate') 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 -- cgit v1.1