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:
parent
858d347f2f
commit
2422857757
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user