The afterdistribute target is a nop in this setting, remove.

This commit is contained in:
John Fieber 1997-02-06 21:10:52 +00:00
parent c0839d16f8
commit d82b42f6e3
1 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/${.CURDIR:T} ${DESTDIR}${BINDIR}/${.CURDIR:T}
afterdistribute:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}
.include <bsd.prog.mk> .include <bsd.prog.mk>