1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

Add entries for labpc.4, nca.4, scd.4, and sea.4 to the

Makefile so that they are installed.  The man pages are already
present.
This commit is contained in:
Peter Dufault 1995-10-28 13:27:51 +00:00
parent 3a34a5c3b8
commit 6014174c34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11866

View File

@ -2,8 +2,9 @@
MAN4= aha.4 ahb.4 ahc.4 apm.4 asc.4 bt.4 cx.4 cy.4 dgb.4 \
ed.4 fdc.4 fe.4 ie.4 \
is.4 joy.4 keyboard.4 lpt.4 matcd.4 mcd.4 mem.4 meteor.4 \
mse.4 npx.4 pcvt.4 screen.4 si.4 sio.4 spkr.4 tw.4 uha.4 wd.4
is.4 joy.4 keyboard.4 labpc.4 lpt.4 matcd.4 mcd.4 mem.4 meteor.4 \
mse.4 nca.4 npx.4 pcvt.4 scd.4 screen.4 sea.4 si.4 sio.4 spkr.4 \
tw.4 uha.4 wd.4
MLINKS= aha.4 ../aha.4
MLINKS+= ahb.4 ../ahb.4
@ -21,15 +22,19 @@ MLINKS+= ie.4 ../ie.4
MLINKS+= is.4 ../is.4
MLINKS+= joy.4 ../joy.4
MLINKS+= keyboard.4 ../keyboard.4
MLINKS+= labpc.4 ../labpc.4
MLINKS+= lpt.4 ../lpt.4
MLINKS+= matcd.4 ../matcd.4
MLINKS+= mcd.4 ../mcd.4
MLINKS+= mem.4 kmem.4 mem.4 ../mem.4 mem.4 ../kmem.4
MLINKS+= meteor.4 ../meteor.4
MLINKS+= mse.4 ../mse.4
MLINKS+= nca.4 ../nca.4
MLINKS+= npx.4 ../npx.4
MLINKS+= pcvt.4 ../pcvt.4
MLINKS+= scd.4 ../scd.4
MLINKS+= screen.4 ../screen.4
MLINKS+= sea.4 ../sea.4
MLINKS+= si.4 ../si.4
MLINKS+= sio.4 ../sio.4
MLINKS+= spkr.4 ../spkr.4