From 6057fab1ce7e215b12641f1ad2c05740ad04c42b Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 26 Jan 2015 08:50:12 +0000 Subject: Honor MK_ACCT with etc/pam.d/atrun MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- etc/pam.d/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 7369022..ac7db6c 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ +.include + NO_OBJ= FILES= README \ - atrun \ cron \ ftpd \ imap \ @@ -15,6 +16,10 @@ FILES= README \ telnetd \ xdm +.if ${MK_AT} != "no" +FILES+= atrun +.endif + FILESDIR= /etc/pam.d FILESMODE= 644 FILESMODE_README= 444 -- cgit v1.1