summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pim6sd/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-28 13:53:11 +0000
committerbde <bde@FreeBSD.org>2000-01-28 13:53:11 +0000
commit0ed689f4e8bf91fc2cb06edf2dddd4c4ef66e59e (patch)
tree2fa37b122d4533d74ee249e122f923aecd930b32 /usr.sbin/pim6sd/Makefile
parent1f5af77314970ee321c9373f3839b3bbe04c4fc1 (diff)
downloadFreeBSD-src-0ed689f4e8bf91fc2cb06edf2dddd4c4ef66e59e.zip
FreeBSD-src-0ed689f4e8bf91fc2cb06edf2dddd4c4ef66e59e.tar.gz
Fixed world breakage (wrong path to pim6stat).
Fixed other bugs in special install rule (2 cosmetic, 2 non-cosmetic).
Diffstat (limited to 'usr.sbin/pim6sd/Makefile')
-rw-r--r--usr.sbin/pim6sd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pim6sd/Makefile b/usr.sbin/pim6sd/Makefile
index 9cda3ce..9d7dcf4 100644
--- a/usr.sbin/pim6sd/Makefile
+++ b/usr.sbin/pim6sd/Makefile
@@ -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>
OpenPOWER on IntegriCloud