svn commit: r277737 - in head: etc/pam.d tools/build/mk

Dag-Erling Smørgrav des at des.no
Mon Jan 26 12:24:44 UTC 2015


Garrett Cooper <ngie at 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 - des at des.no


More information about the svn-src-all mailing list