diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:42:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:42:32 +0000 |
commit | 5ebf7509bcede21e7e333b87ca300add8ad76004 (patch) | |
tree | 8bb95dab889fa19c04d829cd912e5ddfa636cb77 /share/man/man4/Makefile | |
parent | 40bfa1f3b5f811802f893ccec2095cc0fd1914ec (diff) |
Add alpha specific driver dir and man pages for serial devices. There's
a lot that needs to be added here and much of it can be based on the
i386 and pmax man4's.
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 9aca87a05cd..c8903fc52a0 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 1997/11/24 07:31:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.29 1998/03/07 22:42:24 millert Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ MAN= atalk.4 audio.4 acd.4 ahc.4 bpf.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 \ @@ -15,7 +15,7 @@ MLINKS+=random.4 arandom.4 MLINKS+=scsi.4 scsibus.4 MLINKS+=tty.4 cua.4 MLINKS+=vnd.4 svnd.4 -SUBDIR= man4.amiga man4.arm32 man4.atari man4.hp300 man4.i386 man4.mac68k \ - man4.pc532 man4.sparc man4.sun3 man4.vax +SUBDIR= man4.alpha man4.amiga man4.arm32 man4.atari man4.hp300 man4.i386 \ + man4.mac68k man4.pc532 man4.sparc man4.sun3 man4.vax .include <bsd.prog.mk> |