Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230
31 lines
346 B
Makefile
31 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime-manuals
|
|
|
|
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>
|