summaryrefslogtreecommitdiff
path: root/usr.bin/id
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
commit9f23196c427eddb59bd454053a732e7cfebcb459 (patch)
treecbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/id
parent5c64522858e96e82287b3b310862033f51fcc8f5 (diff)
Notes
Diffstat (limited to 'usr.bin/id')
-rw-r--r--usr.bin/id/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
index 44eaa4ac64b4..0168e7e0dd76 100644
--- a/usr.bin/id/Makefile
+++ b/usr.bin/id/Makefile
@@ -3,12 +3,13 @@
PROG= id
MAN1= id.0 groups.0 whoami.0
+# XXX BROKEN: afterinstall:
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
- ${MINSTALL} groups.0 ${DESTDIR}${MANDIR}1/groups.0
- ${MINSTALL} whoami.0 ${DESTDIR}${MANDIR}1/whoami.0
+#XXX ${MINSTALL} groups.0 ${DESTDIR}${MANDIR}1/groups.0
+#XXX ${MINSTALL} whoami.0 ${DESTDIR}${MANDIR}1/whoami.0
.include <bsd.prog.mk>