mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 05:55:27 +01:00
efe3b0de14
UNIX System V Release 4 is operating system released in 1988. It ceased to exist in early 2000-s.
38 lines
404 B
Makefile
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>
|