Remove the old binaries (they've been renamed) without the 'x').
Suggested by: phk
This commit is contained in:
parent
d917cb952c
commit
4c988ca856
@ -34,4 +34,7 @@ SRCS= map_vme.c ntp_config.c \
|
||||
version.c:
|
||||
sh -e ${.CURDIR}/../scripts/mkver ntpd
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}/usr/sbin/xntpd
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -18,4 +18,7 @@ SRCS= ntpdc.c ntpdc_ops.c version.c
|
||||
version.c:
|
||||
sh -e ${.CURDIR}/../scripts/mkver ntpdc
|
||||
|
||||
afterinstall:
|
||||
rm -f ${DESTDIR}/usr/sbin/xntpdc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user