diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-04 20:29:10 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-04 20:29:10 +0000 |
commit | e25bac01a235c22882c43f45117bf275363e5faa (patch) | |
tree | 4b878d949202402208387d1ad33d88773826ee81 /share | |
parent | ec8450f0adb6652290319227a6dfdb11f1fd96bb (diff) |
Link scsi.4 to scsibus.4
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 4e98c8b422c..7869235e849 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1996/08/04 20:28:20 tholo Exp $ +# $OpenBSD: Makefile,v 1.12 1996/08/04 20:29:09 tholo Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 @@ -9,6 +9,7 @@ MAN= audio.4 acd.4 ahc.4 bpf.4 ccd.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 \ MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 MLINKS+=rnd.4 srnd.4 rnd.4 urnd.4 rnd.4 prnd.4 +MLINKS+=scsi.4 scsibus.4 SUBDIR= man4.amiga man4.arm32 man4.atari man4.hp300 man4.i386 man4.mac68k \ man4.pc532 man4.sparc man4.sun3 man4.tahoe man4.vax |