diff options
author | shawn <shawn@cvs.openbsd.org> | 1996-08-14 15:15:51 +0000 |
---|---|---|
committer | shawn <shawn@cvs.openbsd.org> | 1996-08-14 15:15:51 +0000 |
commit | c0e743298457612ec5d85e075ae976a9c45f06be (patch) | |
tree | c26d6e8aee5092644d850bc53ac6b7af0b233b4a /share/man | |
parent | 798647fdc87965c75e0ff63fcdb6cab6ddeeb135 (diff) |
pnp.4
Diffstat (limited to 'share/man')
-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 7869235e849..e24b3365d08 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 1996/08/04 20:29:09 tholo Exp $ +# $OpenBSD: Makefile,v 1.13 1996/08/14 15:15:50 shawn 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 scsi.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 pnp.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 |