From 6743cf9eb63de312a3e3d5bab76a21f9cbeaf711 Mon Sep 17 00:00:00 2001 From: roberto Date: Thu, 16 Dec 1999 12:40:51 +0000 Subject: Remove the old binaries (they've been renamed) without the 'x'). Suggested by: phk --- usr.sbin/ntp/ntpd/Makefile | 3 +++ usr.sbin/ntp/ntpdc/Makefile | 3 +++ 2 files changed, 6 insertions(+) (limited to 'usr.sbin/ntp') 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 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 -- cgit v1.1