diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 5 |
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 |