svn commit: r288613 - in stable/10: . usr.sbin/ntp/ntpdc
Bryan Drewery
bdrewery at FreeBSD.org
Sat Oct 3 16:26:15 UTC 2015
Author: bdrewery
Date: Sat Oct 3 16:26:13 2015
New Revision: 288613
URL: https://svnweb.freebsd.org/changeset/base/288613
Log:
MFC r287982:
Replace afterinstall: hack from r54681 with 'make delete-old' functionality.
Modified:
stable/10/ObsoleteFiles.inc
stable/10/usr.sbin/ntp/ntpdc/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/ObsoleteFiles.inc
==============================================================================
--- stable/10/ObsoleteFiles.inc Sat Oct 3 16:25:47 2015 (r288612)
+++ stable/10/ObsoleteFiles.inc Sat Oct 3 16:26:13 2015 (r288613)
@@ -6467,6 +6467,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
# ???
Modified: stable/10/usr.sbin/ntp/ntpdc/Makefile
==============================================================================
--- stable/10/usr.sbin/ntp/ntpdc/Makefile Sat Oct 3 16:25:47 2015 (r288612)
+++ stable/10/usr.sbin/ntp/ntpdc/Makefile Sat Oct 3 16:26:13 2015 (r288613)
@@ -37,7 +37,4 @@ CLEANFILES+= .version version.c
version.c:
sh -e ${.CURDIR}/../scripts/mkver ntpdc
-afterinstall:
- rm -f ${DESTDIR}/usr/sbin/xntpdc
-
.include <bsd.prog.mk>
More information about the svn-src-stable-10
mailing list