summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/pam.d/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index d1c27c2..2832f18 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -6,8 +6,6 @@ FILES= README ftpd gdm imap kde login other passwd pop3 \
FILESDIR= /etc/pam.d
FILESMODE= 644
FILESMODE_README= 444
-
-afterinstall:
- ln -fs ftpd ${DESTDIR}${FILESDIR}/ftp
+LINKS= ${FILESDIR}/ftpd ${FILESDIR}/ftp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud