Now that we have it, replace `afterinstall' target with SCRIPTS.
This commit is contained in:
parent
78bcb999c4
commit
fcbb572f70
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user