summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-14 09:01:22 +0000
committerru <ru@FreeBSD.org>2003-03-14 09:01:22 +0000
commit183c65a97c787f58b58605760bc85ddbf2f55460 (patch)
tree0300f1eb27c7a60b506de834d9a5ebce79ef895a /etc/pam.d/Makefile
parentd91d5d0610cfd5e74e96861939674b893a71ef05 (diff)
downloadFreeBSD-src-183c65a97c787f58b58605760bc85ddbf2f55460.zip
FreeBSD-src-183c65a97c787f58b58605760bc85ddbf2f55460.tar.gz
Use the canonical form of installing links.
Also, make "ftp" and "ftpd" hard links. Not objected to by: des
Diffstat (limited to 'etc/pam.d/Makefile')
-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