Garrett Cooper <n...@freebsd.org> 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 - d...@des.no
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to