1993-06-12 14:49:13 +00:00
|
|
|
# @(#)Makefile 0.1 (RWGrimes) 3/25/93
|
|
|
|
|
1994-02-11 10:55:12 +00:00
|
|
|
MAN4= com.4 keyboard.4 lpa.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4
|
1993-08-28 12:41:23 +00:00
|
|
|
|
1994-02-11 10:55:12 +00:00
|
|
|
MLINKS= com.4 ../com.4
|
|
|
|
MLINKS+= keyboard.4 ../keyboard.4
|
1993-09-09 00:32:25 +00:00
|
|
|
MLINKS+= lpa.4 ../lpa.4
|
|
|
|
MLINKS+= lpt.4 ../lpt.4
|
|
|
|
MLINKS+= mem.4 ../mem.4
|
|
|
|
MLINKS+= mem.4 ../kmem.4
|
1993-10-19 20:20:33 +00:00
|
|
|
MLINKS+= mse.4 ../mse.4
|
1993-09-09 00:32:25 +00:00
|
|
|
MLINKS+= npx.4 ../npx.4
|
|
|
|
MLINKS+= screen.4 ../screen.4
|
|
|
|
MLINKS+= sio.4 ../sio.4
|
|
|
|
MLINKS+= spkr.4 ../spkr.4
|
1993-08-28 12:41:23 +00:00
|
|
|
|
1993-06-12 14:49:13 +00:00
|
|
|
MANSUBDIR=/i386
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|