Now that we have it, replace `afterinstall' target with SCRIPTS.

This commit is contained in:
Ruslan Ermilov 2001-09-13 14:26:31 +00:00
parent f0f40e4c2a
commit 7b24b50458
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83409

View File

@ -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>