Garrett Cooper <[email protected]> writes:
> Log:
> Honor MK_ACCT with etc/pam.d/atrun
The correct idiom would be
Index: etc/pam.d/Makefile
===================================================================
--- etc/pam.d/Makefile (revision 277747)
+++ etc/pam.d/Makefile (working copy)
@@ -5,6 +5,7 @@
NO_OBJ=
FILES= README \
+ ${_atrun} \
cron \
ftpd \
imap \
@@ -17,7 +18,7 @@
xdm
.if ${MK_AT} != "no"
-FILES+= atrun
+_atrun= atrun
.endif
FILESDIR= /etc/pam.d
DES
--
Dag-Erling Smørgrav - [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"