summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1999-12-16 12:40:51 +0000
committerroberto <roberto@FreeBSD.org>1999-12-16 12:40:51 +0000
commit6743cf9eb63de312a3e3d5bab76a21f9cbeaf711 (patch)
tree9f1ac261700a6004e9e4943df17a6ed6b005bcb5 /usr.sbin/ntp
parent7b128dcb9c1be50ff03e9d1311e65fe5719fc608 (diff)
downloadFreeBSD-src-6743cf9eb63de312a3e3d5bab76a21f9cbeaf711.zip
FreeBSD-src-6743cf9eb63de312a3e3d5bab76a21f9cbeaf711.tar.gz
Remove the old binaries (they've been renamed) without the 'x').
Suggested by: phk
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/ntpd/Makefile3
-rw-r--r--usr.sbin/ntp/ntpdc/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile
index 6fc9bd5..0bff100 100644
--- a/usr.sbin/ntp/ntpd/Makefile
+++ b/usr.sbin/ntp/ntpd/Makefile
@@ -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>
diff --git a/usr.sbin/ntp/ntpdc/Makefile b/usr.sbin/ntp/ntpdc/Makefile
index bd6311f..93d8194 100644
--- a/usr.sbin/ntp/ntpdc/Makefile
+++ b/usr.sbin/ntp/ntpdc/Makefile
@@ -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>
OpenPOWER on IntegriCloud