hook npe.4 up to arm build

MFC after:	1 month
This commit is contained in:
Sam Leffler 2006-12-04 22:42:27 +00:00
parent eaa9497568
commit 323c565bed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164892

View File

@ -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