summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-05 16:49:52 +0000
committerbapt <bapt@FreeBSD.org>2015-03-05 16:49:52 +0000
commitc157b10ac1eb1639f75f58bc106e685fe62df677 (patch)
tree7ed73cc64f5286457ae6ca90f8e390348c7ce89e /etc/pam.d/Makefile
parent5bd9a0b317c62f13b5decc06ca87d0ad511f37df (diff)
downloadFreeBSD-src-c157b10ac1eb1639f75f58bc106e685fe62df677.zip
FreeBSD-src-c157b10ac1eb1639f75f58bc106e685fe62df677.tar.gz
Make at(1) and related tools an individual package
Diffstat (limited to 'etc/pam.d/Makefile')
-rw-r--r--etc/pam.d/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index ac7db6c..1037c5a 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -4,6 +4,8 @@
NO_OBJ=
+FILESGROUPS= FILES
+
FILES= README \
cron \
ftpd \
@@ -17,7 +19,11 @@ FILES= README \
xdm
.if ${MK_AT} != "no"
-FILES+= atrun
+FILESGROUPS= AT
+AT+= atrun
+ATPACKAGE+= at
+ATDIR= /etc/pam.d
+ATMODE= 644
.endif
FILESDIR= /etc/pam.d
OpenPOWER on IntegriCloud