freebsd-dev/share/man/man4/man4.i386/Makefile
Andrey A. Chernov 18704338bb add mcd.4
1994-12-12 04:08:58 +00:00

30 lines
698 B
Makefile

# @(#)Makefile 0.1 (RWGrimes) 3/25/93
MAN4= aha.4 ahb.4 bt.4 cx.4 ed.4 fdc.4 ie.4 is.4 keyboard.4 lpt.4 mcd.4 \
mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 tw.4 uha.4 wd.4
MLINKS= aha.4 ../aha.4
MLINKS+= ahb.4 ../ahb.4
MLINKS+= bt.4 ../bt.4
MLINKS+= cx.4 ../cx.4
MLINKS+= ed.4 ../ed.4
MLINKS+= fdc.4 ../fdc.4
MLINKS+= ie.4 ../ie.4
MLINKS+= is.4 ../is.4
MLINKS+= keyboard.4 ../keyboard.4
MLINKS+= lpt.4 ../lpt.4
MLINKS+= mcd.4 ../mcd.4
MLINKS+= mem.4 ../mem.4
MLINKS+= mse.4 ../mse.4
MLINKS+= npx.4 ../npx.4
MLINKS+= screen.4 ../screen.4
MLINKS+= sio.4 ../sio.4
MLINKS+= spkr.4 ../spkr.4
MLINKS+= tw.4 ../tw.4
MLINKS+= uha.4 ../uha.4
MLINKS+= wd.4 ../wd.4
MANSUBDIR=/i386
.include <bsd.prog.mk>