summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pam.d/Makefile')
-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