diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-04-16 00:08:53 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-04-16 00:08:53 +0000 |
commit | 6352451ed3635c24f5f7dd4eeb1238dd757a3c83 (patch) | |
tree | 6f2b45b83bf54438f1d7c84b88b96a09d76a60dd /share | |
parent | 90ff1d33227da584562e2befe99e35914ffb0f73 (diff) | |
download | FreeBSD-src-6352451ed3635c24f5f7dd4eeb1238dd757a3c83.zip FreeBSD-src-6352451ed3635c24f5f7dd4eeb1238dd757a3c83.tar.gz |
Install ahc.4.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 5e1ae66..63b339b 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,11 +1,12 @@ # @(#)Makefile 0.1 (RWGrimes) 3/25/93 -MAN4= aha.4 ahb.4 apm.4 bt.4 cx.4 ed.4 fdc.4 ie.4 is.4 joy.4 keyboard.4 \ - lpt.4 matcd.4 mcd.4 mem.4 mse.4 npx.4 pcvt.4 screen.4 sio.4 spkr.4 \ - tw.4 uha.4 wd.4 +MAN4= aha.4 ahb.4 ahc.4 apm.4 bt.4 cx.4 ed.4 fdc.4 ie.4 is.4 joy.4 \ + keyboard.4 lpt.4 matcd.4 mcd.4 mem.4 mse.4 npx.4 pcvt.4 screen.4 \ + sio.4 spkr.4 tw.4 uha.4 wd.4 MLINKS= aha.4 ../aha.4 MLINKS+= ahb.4 ../ahb.4 +MLINKS+= ahc.4 ../ahc.4 MLINKS+= bt.4 ../bt.4 MLINKS+= cx.4 ../cx.4 MLINKS+= ed.4 ../ed.4 |