aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-19 03:51:19 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-19 03:51:19 +0000
commitb6ad36706d6f6c7187101daa8643a58e2f246788 (patch)
treece77e0c473b9f8ae096df78852accb4724d46e1b
parent55e031ccadc718142e929d453b87412c0460ff0b (diff)
Notes
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--usr.sbin/ntp/ntpdc/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 8a9211e82c33..9f0e5524984e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -7298,6 +7298,8 @@ OLD_LIBS+=usr/lib/libtermcap.so.2
OLD_LIBS+=usr/lib/libutil.so.2
OLD_LIBS+=usr/lib/libvgl.so.1
OLD_LIBS+=usr/lib/libwrap.so.2
+# 19991216
+OLD_FILES+=usr/sbin/xntpdc
# 199909XX
OLD_LIBS+=usr/lib/libc_r.so.3
# ???
diff --git a/usr.sbin/ntp/ntpdc/Makefile b/usr.sbin/ntp/ntpdc/Makefile
index f19211aed7ab..d420eb55778d 100644
--- a/usr.sbin/ntp/ntpdc/Makefile
+++ b/usr.sbin/ntp/ntpdc/Makefile
@@ -33,7 +33,4 @@ CLEANFILES+= .version version.c
version.c:
sh -e ${.CURDIR}/../scripts/mkver ntpdc
-afterinstall:
- rm -f ${DESTDIR}/usr/sbin/xntpdc
-
.include <bsd.prog.mk>