From e653b48c80fb85b2a10372d664a4b55dbdc51dae Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 21 Dec 2004 08:47:35 +0000 Subject: Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core --- libexec/bootpd/bootpgw/Makefile | 2 +- libexec/pt_chown/Makefile | 2 +- libexec/save-entropy/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libexec') diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index e02887474848..93a982c2d384 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= bootpgw -NOMAN= +NO_MAN= SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c SRCDIR= ${.CURDIR}/.. diff --git a/libexec/pt_chown/Makefile b/libexec/pt_chown/Makefile index 1295040ecb37..d60118bc36bb 100644 --- a/libexec/pt_chown/Makefile +++ b/libexec/pt_chown/Makefile @@ -4,6 +4,6 @@ PROG= pt_chown SRCS= pt_chown.c BINOWN= root BINMODE=4555 -NOMAN= +NO_MAN= .include diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile index 40ed88a2b336..3e27c48315c4 100644 --- a/libexec/save-entropy/Makefile +++ b/libexec/save-entropy/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ SCRIPTS= save-entropy.sh -NOOBJ= +NO_OBJ= .include -- cgit v1.3