diff options
author | ngie <ngie@FreeBSD.org> | 2017-06-01 06:36:40 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-06-01 06:36:40 +0000 |
commit | 6f0f9a1f991c1d8b5cc2d006b13790b00ffdbd53 (patch) | |
tree | 16a408b7a479cc2077f783c17c9edb2faa2a2586 /tools | |
parent | e5af49e889229028aa3fe545c6c2eb00df0da8ae (diff) | |
download | FreeBSD-src-6f0f9a1f991c1d8b5cc2d006b13790b00ffdbd53.zip FreeBSD-src-6f0f9a1f991c1d8b5cc2d006b13790b00ffdbd53.tar.gz |
MFC r318177:
Unconditionally install udp(4) and udplite(4) again
I added this to the MK_USB != no block in error in r278202.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index d99828c..a9d9a78 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -9052,8 +9052,6 @@ OLD_FILES+=usr/share/man/man4/ucom.4.gz OLD_FILES+=usr/share/man/man4/ucycom.4.gz OLD_FILES+=usr/share/man/man4/udav.4.gz OLD_FILES+=usr/share/man/man4/udbp.4.gz -OLD_FILES+=usr/share/man/man4/udp.4.gz -OLD_FILES+=usr/share/man/man4/udplite.4.gz OLD_FILES+=usr/share/man/man4/uep.4.gz OLD_FILES+=usr/share/man/man4/ufm.4.gz OLD_FILES+=usr/share/man/man4/ufoma.4.gz |