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 --- etc/Makefile | 2 +- etc/defaults/Makefile | 2 +- etc/isdn/Makefile | 2 +- etc/mtree/Makefile | 2 +- etc/namedb/Makefile | 2 +- etc/pam.d/Makefile | 2 +- etc/periodic/Makefile.inc | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'etc') diff --git a/etc/Makefile b/etc/Makefile index 0900b53..04c4233 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -65,7 +65,7 @@ ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \ FREEBSD=COPYRIGHT afterinstall: -.if !defined(NOMAN) +.if !defined(NO_MAN) cd ${.CURDIR}/../share/man; ${MAKE} makedb .endif diff --git a/etc/defaults/Makefile b/etc/defaults/Makefile index 701867f..3c613fb 100644 --- a/etc/defaults/Makefile +++ b/etc/defaults/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ FILES= devfs.rules pccard.conf periodic.conf rc.conf -NOOBJ= +NO_OBJ= FILESDIR= /etc/defaults FILESMODE= 444 diff --git a/etc/isdn/Makefile b/etc/isdn/Makefile index e3cfddf..d40ef47 100644 --- a/etc/isdn/Makefile +++ b/etc/isdn/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NOOBJ= +NO_OBJ= SCRIPTS= answer \ isdntel.sh \ diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile index 97a1bc6..10816e4 100644 --- a/etc/mtree/Makefile +++ b/etc/mtree/Makefile @@ -17,7 +17,7 @@ _BIND.include.dist= BIND.include.dist .endif .endif -NOOBJ= +NO_OBJ= FILESDIR= /etc/mtree .include diff --git a/etc/namedb/Makefile b/etc/namedb/Makefile index 22fb64d..1d240f6 100644 --- a/etc/namedb/Makefile +++ b/etc/namedb/Makefile @@ -2,7 +2,7 @@ FILES= PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root \ make-localhost -NOOBJ= +NO_OBJ= FILESDIR= /etc/namedb FILESMODE= 644 diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 1fd307e..4a69de4 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NOOBJ= +NO_OBJ= FILES= README ftpd gdm imap kde login other passwd pop3 \ rexecd rsh sshd su system telnetd xdm FILESDIR= /etc/pam.d diff --git a/etc/periodic/Makefile.inc b/etc/periodic/Makefile.inc index 07b4348..a05341c 100644 --- a/etc/periodic/Makefile.inc +++ b/etc/periodic/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ BINDIR= /etc/periodic/${.CURDIR:T} -NOOBJ= +NO_OBJ= FILESMODE= 755 -- cgit v1.1