aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-01-28 13:53:11 +0000
committerBruce Evans <bde@FreeBSD.org>2000-01-28 13:53:11 +0000
commitbe18b6499268121f99b76e80155af446fffc854a (patch)
treefd36484c62356238bf7d237f63b09d0987a2a95b /usr.sbin
parent02ce0452e19b9c48faa186993f70a2ba4403ca6f (diff)
downloadsrc-be18b6499268121f99b76e80155af446fffc854a.tar.gz
src-be18b6499268121f99b76e80155af446fffc854a.zip
Fixed world breakage (wrong path to pim6stat).
Fixed other bugs in special install rule (2 cosmetic, 2 non-cosmetic).
Notes
Notes: svn path=/head/; revision=56745
Diffstat (limited to 'usr.sbin')
-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 9cda3ce969e4..9d7dcf47aff5 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>