diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2020-03-12 16:06:26 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2020-03-12 16:06:26 +0000 |
commit | 0fbbe50269368fe5e879a731042457d2cd38c249 (patch) | |
tree | 275fa0a7c68257b177bbcba91ab61c9d2f06ad1a /tools | |
parent | 7ca6e2963ffbec17942f7e5e75694c99ea77a33a (diff) | |
download | src-0fbbe50269368fe5e879a731042457d2cd38c249.tar.gz src-0fbbe50269368fe5e879a731042457d2cd38c249.zip |
Remove /usr/share/snmp/defs/tc.def with delete-old if MK_BSNMP == no
This removes a lingering file on new installs of CURRENT, originally
added in r345797.
MFC after: 1 week
MFC with: r345797
Notes
Notes:
svn path=/head/; revision=358912
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 93a7e5581ef2..aea985d9ae0b 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -972,6 +972,7 @@ OLD_FILES+=usr/share/snmp/defs/mibII_tree.def OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def OLD_FILES+=usr/share/snmp/defs/pf_tree.def OLD_FILES+=usr/share/snmp/defs/target_tree.def +OLD_FILES+=usr/share/snmp/defs/tc.def OLD_FILES+=usr/share/snmp/defs/tree.def OLD_FILES+=usr/share/snmp/defs/usm_tree.def OLD_FILES+=usr/share/snmp/defs/vacm_tree.def |