svn commit: r278091 - head/tools/build/mk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Feb 2 14:55:25 UTC 2015
Author: amdmi3 (ports committer)
Date: Mon Feb 2 14:55:24 2015
New Revision: 278091
URL: https://svnweb.freebsd.org/changeset/base/278091
Log:
- Remove more files when MK_NETGRAPH_SUPPORT == no
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Mon Feb 2 14:54:28 2015 (r278090)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Mon Feb 2 14:55:24 2015 (r278091)
@@ -5438,6 +5438,15 @@ OLD_FILES+=usr/share/man/man8/nghook.8.g
OLD_FILES+=usr/share/man/man8/pppoed.8.gz
.endif
+.if ${MK_NETGRAPH_SUPPORT} == no
+OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
+OLD_FILES+=usr/lib/snmp_netgraph.so
+OLD_LIBS+=usr/lib/snmp_netgraph.so.6
+OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
+OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
+OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
+.endif
+
.if ${MK_NIS} == no
OLD_FILES+=usr/bin/ypcat
OLD_FILES+=usr/bin/ypchfn
More information about the svn-src-all
mailing list