Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by:	core
This commit is contained in:
Ruslan Ermilov
2004-12-21 08:47:35 +00:00
parent d626a8a238
commit e653b48c80
212 changed files with 246 additions and 229 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= bootpgw
NOMAN=
NO_MAN=
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
SRCDIR= ${.CURDIR}/..
+1 -1
View File
@@ -4,6 +4,6 @@ PROG= pt_chown
SRCS= pt_chown.c
BINOWN= root
BINMODE=4555
NOMAN=
NO_MAN=
.include <bsd.prog.mk>
+1 -1
View File
@@ -1,6 +1,6 @@
# $FreeBSD$
SCRIPTS= save-entropy.sh
NOOBJ=
NO_OBJ=
.include <bsd.prog.mk>