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.
This commit is contained in:
Yaroslav Tykhiy 2007-06-15 11:22:10 +00:00
parent 858d347f2f
commit 2422857757
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170770

View File

@ -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