Define `realinstall' target, not `install', and let bsd.prog.mk do dependencies.
This commit is contained in:
parent
efdb7037fc
commit
b2c804d82b
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROG= strip
|
||||
|
||||
install: maninstall
|
||||
realinstall:
|
||||
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
|
||||
${DESTDIR}${BINDIR}
|
||||
./strip ${DESTDIR}${BINDIR}/strip
|
||||
|
|
Loading…
Reference in New Issue