diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-10-19 20:20:33 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-10-19 20:20:33 +0000 |
commit | 345da9e5a028451a3b354e393cebbecdfc6c7aa8 (patch) | |
tree | 5804d9849f0d50bb4e2c4c0f10f1ed6115cbf48a /share | |
parent | 9ce0d322b5cdff45a758ec4401e1db2802bcb4ae (diff) | |
download | FreeBSD-src-345da9e5a028451a3b354e393cebbecdfc6c7aa8.zip FreeBSD-src-345da9e5a028451a3b354e393cebbecdfc6c7aa8.tar.gz |
Install mse man page, and create link for it
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 658c21c..a4a6059 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 0.1 (RWGrimes) 3/25/93 -MAN4= com.4 keyboard.4 lpa.4 lpt.4 mem.4 npx.4 screen.4 sio.4 spkr.4 +MAN4= com.4 keyboard.4 lpa.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 MLINKS= com.4 ../com.4 MLINKS+= keyboard.4 ../keyboard.4 @@ -8,6 +8,7 @@ MLINKS+= lpa.4 ../lpa.4 MLINKS+= lpt.4 ../lpt.4 MLINKS+= mem.4 ../mem.4 MLINKS+= mem.4 ../kmem.4 +MLINKS+= mse.4 ../mse.4 MLINKS+= npx.4 ../npx.4 MLINKS+= screen.4 ../screen.4 MLINKS+= sio.4 ../sio.4 |