summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-12-04 22:42:27 +0000
committersam <sam@FreeBSD.org>2006-12-04 22:42:27 +0000
commit00066d507ee6fa277d9494eae0695cbdf750f9d8 (patch)
tree17b8c6a88bfb6b54f1b438c1119ef2a0fc885036 /share/man/man4/Makefile
parentb93a731abf8f76dfd3a9d905ead708924621430b (diff)
downloadFreeBSD-src-00066d507ee6fa277d9494eae0695cbdf750f9d8.zip
FreeBSD-src-00066d507ee6fa277d9494eae0695cbdf750f9d8.tar.gz
hook npe.4 up to arm build
MFC after: 1 month
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 5b3aa31..f11fdbd 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -234,6 +234,7 @@ MAN= aac.4 \
ng_vjc.4 \
ng_vlan.4 \
nmdm.4 \
+ ${_npe.4} \
nsp.4 \
null.4 \
${_nve.4} \
@@ -530,6 +531,10 @@ _spkr.4= spkr.4
_speaker.4= speaker.4
.endif
+.if ${MACHINE_ARCH} == "arm"
+_npe.4= npe.4
+.endif
+
.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
SUBDIR= man4.${MACHINE_ARCH}
.endif
OpenPOWER on IntegriCloud