diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index 8ecd6e96bd4a..6243d61b5399 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