summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-18 10:58:14 +0000
committerru <ru@FreeBSD.org>2002-04-18 10:58:14 +0000
commitd28f5d490f4eb5dc4a05eeb42304317e79a585a8 (patch)
tree31e7edab05d98fa1ffb02bbaacd937d1f842dec8 /etc
parent6139bb3c53bb990802db4b3a2e5d996edb98ec41 (diff)
downloadFreeBSD-src-d28f5d490f4eb5dc4a05eeb42304317e79a585a8.zip
FreeBSD-src-d28f5d490f4eb5dc4a05eeb42304317e79a585a8.tar.gz
Fixed bugs in previous revision:
Added NOOBJ if anyone even attempts to "make obj" here. Revert to installing files with mode 644 except README. Make this overall look like a BSD-style Makefile rather than roll-your-own (this is not a bug). For the record. Previous revision also fixed the breakage introduced by the sys.mk,v 1.60 commit: bsd.own.mk is no longer automatically included from sys.mk. Reported by: jhay
Diffstat (limited to 'etc')
-rw-r--r--etc/pam.d/Makefile26
1 files changed, 6 insertions, 20 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index 48ce9fb..a8b2e14 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -1,24 +1,10 @@
# $FreeBSD$
-FILESDIR = /etc/pam.d
-
-FILES =
-FILES += README
-FILES += csshd
-FILES += ftp
-FILES += ftpd
-FILES += gdm
-FILES += imap
-FILES += kde
-FILES += login
-FILES += other
-FILES += passwd
-FILES += pop3
-FILES += rsh
-FILES += sshd
-FILES += su
-FILES += telnetd
-FILES += xdm
-FILES += xserver
+NOOBJ= noobj
+FILES= README csshd ftp ftpd gdm imap kde login other passwd pop3 \
+ rsh sshd su telnetd xdm xserver
+FILESDIR= /etc/pam.d
+FILESMODE= 644
+FILESMODE_README= 444
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud