summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2005-05-19 14:54:48 +0000
committerbrueffer <brueffer@FreeBSD.org>2005-05-19 14:54:48 +0000
commitf7668a643dc4571843805f26f0b7bfd5b402e775 (patch)
tree14dee1ab7bac6d924dfcda02a3d2983ae2b09e5c /share/man/man4/Makefile
parent79d77dae5180897a58385557c840815e5a0aed6e (diff)
downloadFreeBSD-src-f7668a643dc4571843805f26f0b7bfd5b402e775.zip
FreeBSD-src-f7668a643dc4571843805f26f0b7bfd5b402e775.tar.gz
- Connect nve(4)
- Correct sorting order Suggested and reviewed by: ru
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index beb53a9..3dc8782 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -218,6 +218,7 @@ MAN= aac.4 \
nmdm.4 \
nsp.4 \
null.4 \
+ ${_nve.4} \
ohci.4 \
oldcard.4 \
orm.4 \
@@ -375,8 +376,8 @@ MAN= aac.4 \
zero.4
MLINKS= agp.4 agpgart.4
-MLINKS+=an.4 if_an.4
MLINKS+=altq.4 ALTQ.4
+MLINKS+=an.4 if_an.4
MLINKS+=ata.4 acd.4 \
ata.4 ad.4 \
ata.4 afd.4 \
@@ -430,6 +431,7 @@ MLINKS+=my.4 if_my.4
MLINKS+=netintro.4 net.4 \
netintro.4 networking.4
MLINKS+=nge.4 if_nge.4
+MLINKS+=${_nve.4} ${_if_nve.4}
MLINKS+=oldcard.4 card.4
MLINKS+=patm.4 if_patm.4
MLINKS+=pccbb.4 cbb.4
@@ -475,6 +477,11 @@ MLINKS+=wi.4 if_wi.4
MLINKS+=xe.4 if_xe.4
MLINKS+=xl.4 if_xl.4
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
+_nve.4= nve.4
+_if_nve.4= if_nve.4
+.endif
+
.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
SUBDIR= man4.${MACHINE_ARCH}
.endif
OpenPOWER on IntegriCloud