HardenedBSD/share/man/man4/man4.i386/Makefile
Gleb Smirnoff efe3b0de14 Remove SVR4 (System V Release 4) binary compatibility support.
UNIX System V Release 4 is operating system released in 1988. It ceased
to exist in early 2000-s.
2017-02-28 05:14:42 +00:00

38 lines
404 B
Makefile

# $FreeBSD$
PACKAGE=runtime-manuals
MAN= aic.4 \
apm.4 \
ce.4 \
cp.4 \
CPU_ELAN.4 \
cs.4 \
ctau.4 \
cx.4 \
ep.4 \
ex.4 \
fe.4 \
glxiic.4 \
glxsb.4 \
longrun.4 \
mse.4 \
npx.4 \
pae.4 \
pbio.4 \
perfmon.4 \
pnp.4 \
pnpbios.4 \
sbni.4 \
smapi.4 \
vpd.4 \
vx.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>