freebsd-dev/share/man/man4/man4.i386/Makefile
Emmanuel Vadot 1d6d0a43ce pkgbase: move man pages from runtime-manual to runtime
We don't split the other man pages in their own package so do the same for runtime.

Reviewed by:	bapt, gjb
Differential Revision:	https://reviews.freebsd.org/D20962
2019-07-19 15:12:20 +00:00

29 lines
321 B
Makefile

# $FreeBSD$
MAN= apm.4 \
ce.4 \
cp.4 \
CPU_ELAN.4 \
ctau.4 \
cx.4 \
glxiic.4 \
glxsb.4 \
longrun.4 \
npx.4 \
pae.4 \
pbio.4 \
perfmon.4 \
pnp.4 \
pnpbios.4 \
sbni.4 \
smapi.4 \
vpd.4
MLINKS= CPU_ELAN.4 CPU_SOEKRIS.4
MLINKS+=pae.4 PAE.4
MLINKS+=sbni.4 if_sbni.4
MANSUBDIR=/i386
.include <bsd.prog.mk>