diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 04:27:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 04:27:28 +0000 |
commit | 0e4609f87d7c1fa7858d77192a4fbf4e4c904d46 (patch) | |
tree | d1e4e7e57b4d0a0dce0f9e0ee79c4daa1f783cf1 /share/man/man4/Makefile | |
parent | 74558c6ecc25aac8bd9c495c5a926a13d334d6fb (diff) |
generic audio man page; from jtk@kolvir.arlington.ma.us; netbsd pr#1752
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 437f3ae63f4..7e3aa6c9a83 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,9 +1,9 @@ # $NetBSD: Makefile,v 1.18 1995/08/08 20:20:58 gwr Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 -MAN= 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 iso.4 lkm.4 lo.4 netintro.4 ns.4 nsip.4 null.4 pty.4 \ - route.4 spp.4 tb.4 tcp.4 termios.4 tty.4 tp.4 udp.4 unix.4 +MAN= audio.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 iso.4 lkm.4 lo.4 netintro.4 ns.4 nsip.4 \ + null.4 pty.4 route.4 spp.4 tb.4 tcp.4 termios.4 tty.4 tp.4 udp.4 unix.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 SUBDIR= man4.amiga man4.hp300 man4.i386 man4.mac68k man4.mvme68k man4.pc532 \ |