diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-04 20:28:21 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-04 20:28:21 +0000 |
commit | ec8450f0adb6652290319227a6dfdb11f1fd96bb (patch) | |
tree | 3d37ffe612f361ca862d87a3683730b0b14de6ac /share/man/man4/Makefile | |
parent | 06f0f9dab189a5a12d969e104c1aca7248ac473c (diff) |
Manual page for generic SCSI subsystem; from FreeBSD
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 7b2169e153b..4e98c8b422c 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 1996/08/04 06:26:13 downsj Exp $ +# $OpenBSD: Makefile,v 1.11 1996/08/04 20:28:20 tholo Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 MAN= audio.4 acd.4 ahc.4 bpf.4 ccd.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 \ fd.4 icmp.4 idp.4 imp.4 inet.4 ip.4 ipl.4 iso.4 lkm.4 lo.4 \ - netintro.4 ns.4 nsip.4 null.4 pty.4 rnd.4 route.4 spp.4 tb.4 tcp.4 \ - termios.4 tty.4 tp.4 udp.4 unix.4 vnd.4 + netintro.4 ns.4 nsip.4 null.4 pty.4 rnd.4 route.4 scsi.4 spp.4 tb.4 \ + tcp.4 termios.4 tty.4 tp.4 udp.4 unix.4 vnd.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 |