summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/Makefile
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2007-06-15 11:22:10 +0000
committeryar <yar@FreeBSD.org>2007-06-15 11:22:10 +0000
commit867bb09937d94b0c5d8fb5cb668f9b48c32beb17 (patch)
tree7b425119e259567fda0cb38f218154f2dd792e74 /etc/pam.d/Makefile
parent62d3b985f560a541d4bbdfcb2d125de7072bc21d (diff)
downloadFreeBSD-src-867bb09937d94b0c5d8fb5cb668f9b48c32beb17.zip
FreeBSD-src-867bb09937d94b0c5d8fb5cb668f9b48c32beb17.tar.gz
Split the FILES list across multiple lines as in rc.d/Makefile
so that the change history stays easily readable as the number of PAM-aware services grows.
Diffstat (limited to 'etc/pam.d/Makefile')
-rw-r--r--etc/pam.d/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index 1933788..d1ab9f4 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -1,8 +1,20 @@
# $FreeBSD$
NO_OBJ=
-FILES= README ftpd gdm imap kde login other passwd pop3 \
- rsh sshd su system telnetd xdm
+
+FILES= README \
+ ftpd \
+ gdm \
+ imap \
+ kde \
+ login \
+ other \
+ passwd pop3 \
+ rsh \
+ sshd su system \
+ telnetd \
+ xdm
+
FILESDIR= /etc/pam.d
FILESMODE= 644
FILESMODE_README= 444
OpenPOWER on IntegriCloud