diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-24 16:31:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-24 16:31:28 +0000 |
commit | a0456ee5dc04556a772e9c7914cddd71dd26d3f2 (patch) | |
tree | 2f989f95b43ef94debfb83cc792c7d571953ce55 /share/man/man4/man4.sparc64/Makefile | |
parent | 98943fd031a9cc75be077f1a8756234d27157b40 (diff) |
Add manpage for comkbd and create links for sabtty->sab, zstty->zs, zskbd->zs
Diffstat (limited to 'share/man/man4/man4.sparc64/Makefile')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index ddf2f1d04aa..a9cbbe7cbf0 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.12 2002/01/13 02:15:01 jason Exp $ +# $OpenBSD: Makefile,v 1.13 2002/01/24 16:31:27 jason Exp $ # TODO: auxio.4 beeper.4 clock.4 ebus.4 pcons.4 psycho.4 sbus.4 timer.4 -MAN= audioce.4 audiocs.4 autoconf.4 be.4 cgsix.4 cgthree.4 esp.4 gem.4 \ - hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 pcons.4 qe.4 qec.4 \ - sab.4 spif.4 zs.4 +MAN= audioce.4 audiocs.4 autoconf.4 be.4 cgsix.4 cgthree.4 comkbd.4 \ + esp.4 gem.4 hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 pcons.4 \ + qe.4 qec.4 sab.4 spif.4 zs.4 MLINKS= mem.4 kmem.4 \ - sab.4 sabtty.4 + sab.4 sabtty.4 \ + zs.4 zstty.4 \ + zs.4 zskbd.4 MANSUBDIR=sparc64 .include <bsd.prog.mk> |