summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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