summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-06-01 06:37:53 +0000
committerngie <ngie@FreeBSD.org>2017-06-01 06:37:53 +0000
commite93cfba44029f54b4d41d21aae5270f5f55c2eeb (patch)
treed2b9e576b77a113cc50233fe5b8a9db901986cf9
parent23bea16699cabe21283f21c13b4fb6d0586a8024 (diff)
downloadFreeBSD-src-e93cfba44029f54b4d41d21aae5270f5f55c2eeb.zip
FreeBSD-src-e93cfba44029f54b4d41d21aae5270f5f55c2eeb.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.
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
2 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 49b48bf..f9e0cc7 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -517,6 +517,8 @@ MAN= aac.4 \
tws.4 \
tx.4 \
txp.4 \
+ udp.4 \
+ udplite.4 \
vale.4 \
vga.4 \
vge.4 \
@@ -894,8 +896,6 @@ MAN+= u3g.4 \
ucycom.4 \
udav.4 \
udbp.4 \
- udp.4 \
- udplite.4 \
uep.4 \
ufm.4 \
ufoma.4 \
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 7c3b9d4..43bbff9 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -5596,8 +5596,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
OpenPOWER on IntegriCloud