aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/pam.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpam/pam.d/Makefile')
-rw-r--r--lib/libpam/pam.d/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libpam/pam.d/Makefile b/lib/libpam/pam.d/Makefile
index 5dccf590ee4e..a58c37b6c223 100644
--- a/lib/libpam/pam.d/Makefile
+++ b/lib/libpam/pam.d/Makefile
@@ -22,18 +22,15 @@ CRONPACKAGE= cron
.if ${MK_AT} != "no"
CONFGROUPS+= AT
-AT+= atrun
+AT+= atrun
ATPACKAGE+= at
.endif
.if ${MK_FTP} != "no"
CONFGROUPS+= FTP
-FTP+= ftpd
-FTPPACKAGE= ftp
-
-LINKMODE= ${CONFMODE}
-afterinstallconfig:
- ${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp
+FTP+= ftp ftpd
+# Do not put these in the ftp package, since ports also use them.
+FTPPACKAGE= runtime
.endif
.include <bsd.prog.mk>