summaryrefslogtreecommitdiffstats
path: root/usr.bin/id
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-09-13 14:26:31 +0000
committerru <ru@FreeBSD.org>2001-09-13 14:26:31 +0000
commitfcbb572f70a55506e3d49fc28a86aad555fdefce (patch)
tree09fcdbf84efb407cd3f5451164f17a227ea77f2d /usr.bin/id
parent78bcb999c461416eede29b0eefee3658a7d25195 (diff)
downloadFreeBSD-src-fcbb572f70a55506e3d49fc28a86aad555fdefce.zip
FreeBSD-src-fcbb572f70a55506e3d49fc28a86aad555fdefce.tar.gz
Now that we have it, replace `afterinstall' target with SCRIPTS.
Diffstat (limited to 'usr.bin/id')
-rw-r--r--usr.bin/id/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
index 8ecd6e9..6243d61 100644
--- a/usr.bin/id/Makefile
+++ b/usr.bin/id/Makefile
@@ -3,13 +3,7 @@
PROG= id
WARNS?= 2
+SCRIPTS=groups.sh whoami.sh
MAN= id.1 groups.1 whoami.1
-# XXX BROKEN: afterinstall:
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/groups.sh ${DESTDIR}${BINDIR}/groups
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/whoami.sh ${DESTDIR}${BINDIR}/whoami
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud