xref: /freebsd/share/man/man4/man4.i386/Makefile (revision a316b26e50bbed7cf655fbba726ab87d8ab7599d)
1#	@(#)Makefile	0.1 (RWGrimes) 3/25/93
2
3MAN4=   aha.4 ahb.4 bt.4 cx.4 ed.4 fdc.4 ie.4 is.4 keyboard.4 lpt.4 mcd.4 \
4	mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 tw.4 uha.4 wd.4
5
6MLINKS=		aha.4 ../aha.4
7MLINKS+=	ahb.4 ../ahb.4
8MLINKS+=	bt.4 ../bt.4
9MLINKS+=	cx.4 ../cx.4
10MLINKS+=	ed.4 ../ed.4
11MLINKS+=	fdc.4 ../fdc.4
12MLINKS+=	ie.4 ../ie.4
13MLINKS+=	is.4 ../is.4
14MLINKS+=	keyboard.4 ../keyboard.4
15MLINKS+=	lpt.4 ../lpt.4
16MLINKS+=	mcd.4 ../mcd.4
17MLINKS+=	mem.4 ../mem.4
18MLINKS+=	mse.4 ../mse.4
19MLINKS+=	npx.4 ../npx.4
20MLINKS+=	screen.4 ../screen.4
21MLINKS+=	sio.4 ../sio.4
22MLINKS+=	spkr.4 ../spkr.4
23MLINKS+=	tw.4 ../tw.4
24MLINKS+=	uha.4 ../uha.4
25MLINKS+=	wd.4 ../wd.4
26
27MANSUBDIR=/i386
28
29.include <bsd.prog.mk>
30