diff options
author | John Hay <jhay@FreeBSD.org> | 1996-07-06 08:03:18 +0000 |
---|---|---|
committer | John Hay <jhay@FreeBSD.org> | 1996-07-06 08:03:18 +0000 |
commit | 129db146f71f8d58e2d7181379a62c3168f22b2d (patch) | |
tree | 73003b4480880f0b34f1a95b1be16e824264c25b /share/man/man4/man4.i386 | |
parent | da6bf17c111451a5d9e69986a0bfa986604893b0 (diff) | |
download | src-129db146f71f8d58e2d7181379a62c3168f22b2d.tar.gz src-129db146f71f8d58e2d7181379a62c3168f22b2d.zip |
Add the sr.4 man page so that it gets installed.
Notes
Notes:
svn path=/head/; revision=16987
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 72a97bd50cb4..3913ceca4176 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.46 1996/07/04 00:42:09 mpp Exp $ +# $Id: Makefile,v 1.47 1996/07/04 22:54:14 wosch Exp $ MAN4= aha.4 ahb.4 ahc.4 apm.4 ar.4 asc.4 bt.4 cx.4 cy.4 dgb.4 \ ed.4 gsc.4 fdc.4 fe.4 ie.4 io.4 \ joy.4 keyboard.4 labpc.4 lp.4 lpt.4 matcd.4 mcd.4 mem.4 meteor.4 \ mse.4 mtio.4 nca.4 npx.4 pcvt.4 perfmon.4 \ qcam.4 scd.4 screen.4 sea.4 si.4 sio.4 \ - spkr.4 tw.4 uha.4 vx.4 wd.4 + spkr.4 sr.4 tw.4 uha.4 vx.4 wd.4 MLINKS= aha.4 ../aha.4 MLINKS+= ahb.4 ../ahb.4 @@ -45,6 +45,7 @@ MLINKS+= sea.4 ../sea.4 MLINKS+= si.4 ../si.4 MLINKS+= sio.4 ../sio.4 MLINKS+= spkr.4 ../spkr.4 spkr.4 speaker.4 spkr.4 ../speaker.4 +MLINKS+= sr.4 ../sr.4 MLINKS+= tw.4 ../tw.4 MLINKS+= uha.4 ../uha.4 MLINKS+= wd.4 ../wd.4 |