xref: /freebsd/share/man/man4/man4.i386/Makefile (revision 45dab6ecb2cf4e877489218c11c062b98917db1a)
1#	@(#)Makefile	0.1 (RWGrimes) 3/25/93
2
3MAN4=   ed.4 keyboard.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 tw.4
4
5MLINKS=		ed.4 ../ed.4
6MLINKS+=	keyboard.4 ../keyboard.4
7MLINKS+=	lpt.4 ../lpt.4
8MLINKS+=	mem.4 ../mem.4
9MLINKS+=	mem.4 ../kmem.4
10MLINKS+=	mse.4 ../mse.4
11MLINKS+=	npx.4 ../npx.4
12MLINKS+=	screen.4 ../screen.4
13MLINKS+=	sio.4 ../sio.4
14MLINKS+=	spkr.4 ../spkr.4
15MLINKS+=	tw.4 ../tw.4
16
17MANSUBDIR=/i386
18
19.include <bsd.prog.mk>
20