Remove the old binaries (they've been renamed) without the 'x').

Suggested by:	phk
This commit is contained in:
Ollivier Robert 1999-12-16 12:40:51 +00:00
parent d917cb952c
commit 4c988ca856
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54681
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>