Move npe.4 to a machine specific manpage subdirectory.
This commit is contained in:
parent
81b6f8d5df
commit
6b45faf0a4
@ -673,6 +673,8 @@
|
||||
cat4
|
||||
amd64
|
||||
..
|
||||
arm
|
||||
..
|
||||
i386
|
||||
..
|
||||
powerpc
|
||||
@ -710,6 +712,8 @@
|
||||
cat4
|
||||
amd64
|
||||
..
|
||||
arm
|
||||
..
|
||||
i386
|
||||
..
|
||||
powerpc
|
||||
@ -786,6 +790,8 @@
|
||||
man4
|
||||
amd64
|
||||
..
|
||||
arm
|
||||
..
|
||||
i386
|
||||
..
|
||||
powerpc
|
||||
|
@ -234,7 +234,6 @@ MAN= aac.4 \
|
||||
ng_vjc.4 \
|
||||
ng_vlan.4 \
|
||||
nmdm.4 \
|
||||
${_npe.4} \
|
||||
nsp.4 \
|
||||
null.4 \
|
||||
${_nve.4} \
|
||||
@ -531,10 +530,6 @@ _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
|
||||
|
7
share/man/man4/man4.arm/Makefile
Normal file
7
share/man/man4/man4.arm/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAN= npe.4
|
||||
|
||||
MANSUBDIR=/arm
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -26,7 +26,7 @@
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 4, 2006
|
||||
.Dt NPE 4
|
||||
.Dt NPE 4 arm
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm npe
|
Loading…
x
Reference in New Issue
Block a user