diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-08 22:56:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-08 22:56:37 +0000 |
commit | 313c0249a378874d9663ebf7943266e5d3713d83 (patch) | |
tree | 9cba05c48a3c0de0cf6241e2e7e2d083fe364714 /share/man/man4/man4.mac68k/Makefile | |
parent | cbf2c190f8fda29ee29fd7e74146db12ac5177e1 (diff) |
Manual page for zsc and zstty, from NetBSD via Martin Reindl, then so beaten
it bears no resamblence to the originals...
Diffstat (limited to 'share/man/man4/man4.mac68k/Makefile')
-rw-r--r-- | share/man/man4/man4.mac68k/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/man4.mac68k/Makefile b/share/man/man4/man4.mac68k/Makefile index ebc6aa7183b..41ed0ec75db 100644 --- a/share/man/man4/man4.mac68k/Makefile +++ b/share/man/man4/man4.mac68k/Makefile @@ -1,8 +1,11 @@ # from: @(#)Makefile 5.1 (Berkeley) 6/29/90 -# $OpenBSD: Makefile,v 1.8 2002/10/01 20:58:11 miod Exp $ +# $OpenBSD: Makefile,v 1.9 2004/03/08 22:56:36 miod Exp $ + +# TODO asc esp intvid nubus macvid grf ite ncrscsi sbc +MAN= adb.4 ae.4 autoconf.4 intro.4 mainbus.4 mc.4 mem.4 obio.4 sn.4 zsc.4 +MLINKS= mem.4 kmem.4 \ + zsc.4 zstty.4 -MAN= adb.4 ae.4 autoconf.4 intro.4 mainbus.4 mc.4 mem.4 obio.4 sn.4 -MLINKS= mem.4 kmem.4 MANSUBDIR=mac68k .include <bsd.prog.mk> |