summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 08:50:12 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 08:50:12 +0000
commit6057fab1ce7e215b12641f1ad2c05740ad04c42b (patch)
tree41b599e6940be7366f1f516f7ac411ed61b67875 /etc
parentf93eba26f7aeeca70409608582d683b3eca81494 (diff)
downloadFreeBSD-src-6057fab1ce7e215b12641f1ad2c05740ad04c42b.zip
FreeBSD-src-6057fab1ce7e215b12641f1ad2c05740ad04c42b.tar.gz
Honor MK_ACCT with etc/pam.d/atrun
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/pam.d/Makefile7
1 files changed, 6 insertions, 1 deletions
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 <src.opts.mk>
+
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
OpenPOWER on IntegriCloud