diff options
author | jhay <jhay@FreeBSD.org> | 1996-07-06 08:03:18 +0000 |
---|---|---|
committer | jhay <jhay@FreeBSD.org> | 1996-07-06 08:03:18 +0000 |
commit | ab96797ef9b95e40a5f47a0b3aff8cc255b6a515 (patch) | |
tree | 73003b4480880f0b34f1a95b1be16e824264c25b | |
parent | 667294c4e6cd064f2096e198962d0b00bf9c9cc9 (diff) | |
download | FreeBSD-src-ab96797ef9b95e40a5f47a0b3aff8cc255b6a515.zip FreeBSD-src-ab96797ef9b95e40a5f47a0b3aff8cc255b6a515.tar.gz |
Add the sr.4 man page so that it gets installed.
-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 72a97bd..3913cec 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 |