diff options
author | Peter Dufault <dufault@FreeBSD.org> | 1995-10-28 13:27:51 +0000 |
---|---|---|
committer | Peter Dufault <dufault@FreeBSD.org> | 1995-10-28 13:27:51 +0000 |
commit | 6014174c3401f85620d1635ceba96642d7f725f7 (patch) | |
tree | 22501910167db8b05270831cd69cb3b7481a3536 /share | |
parent | 3a34a5c3b8301dbd1b42ffc7d3d66d9cf1e229b6 (diff) | |
download | src-6014174c3401f85620d1635ceba96642d7f725f7.tar.gz src-6014174c3401f85620d1635ceba96642d7f725f7.zip |
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.
Notes
Notes:
svn path=/head/; revision=11866
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 891c2597d0f5..91b6c90d68ec 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -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 |