summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-02 14:55:24 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-02 14:55:24 +0000
commit261bbc0f250c1b18206c661cbdc1dd65a548079d (patch)
tree0b1004e14137eb49e93a3798369bf089ea950307 /tools/build
parent4c9a5c52da06c9291d7489d2818b7c424a642581 (diff)
downloadFreeBSD-src-261bbc0f250c1b18206c661cbdc1dd65a548079d.zip
FreeBSD-src-261bbc0f250c1b18206c661cbdc1dd65a548079d.tar.gz
- Remove more files when MK_NETGRAPH_SUPPORT == no
MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 60f2c5b..3323f93 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -5438,6 +5438,15 @@ OLD_FILES+=usr/share/man/man8/nghook.8.gz
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
OpenPOWER on IntegriCloud