Fixed world breakage (wrong path to pim6stat).

Fixed other bugs in special install rule (2 cosmetic, 2 non-cosmetic).
This commit is contained in:
Bruce Evans 2000-01-28 13:53:11 +00:00
parent 02ce0452e1
commit be18b64992

View file

@ -42,8 +42,8 @@ MAN1= pim6stat.1
MAN5= pim6sd.conf.5
MAN8= pim6sd.8
afterinstall:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALLFLAGS} ${SRCDIR}/pim6stat ${DESTDIR}${BINDIR}
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/pim6stat ${DESTDIR}${BINDIR}
.include <bsd.prog.mk>