diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-10-01 21:05:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-10-01 21:05:32 +0000 |
commit | 25cef9310c83a69bbbbb6dad4517d753cd2f0747 (patch) | |
tree | be978baf237f0c0d062c51d0b8add5ab2e825d67 /share/man/man4/man4.vax/Makefile | |
parent | cb6077bf8dec8177cc55d47357de80ab9d5032cc (diff) |
Last minute cleanings (yes, close to release, last minutes spend longer
than regular minutes):
- do not install manual pages covering hardware we do not currently support
- link autoconf(4)
- remove mtio(4), this is an mi page now
- do not link kUmem(4) -> mem(4) since there is no corresponding code. What
a joke.
- .Xr .Cd police
- intro(4) update, closer to reality
ok hugh@ deraadt@
Diffstat (limited to 'share/man/man4/man4.vax/Makefile')
-rw-r--r-- | share/man/man4/man4.vax/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man4/man4.vax/Makefile b/share/man/man4/man4.vax/Makefile index 91a47031cb6..fc694a4c21e 100644 --- a/share/man/man4/man4.vax/Makefile +++ b/share/man/man4/man4.vax/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/30 11:44:45 hugh Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/01 21:05:31 miod Exp $ # $NetBSD: Makefile,v 1.6 1996/03/03 17:13:09 thorpej Exp $ # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 -MAN= acc.4 ad.4 autoconf.4 cons.4 crl.4 css.4 ct.4 ddn.4 de.4 dh.4 dhu.4 \ - dmc.4 dmf.4 dmz.4 dn.4 dz.4 ec.4 en.4 ex.4 fl.4 hdh.4 hk.4 hp.4 \ - ht.4 hy.4 ik.4 il.4 intro.4 ix.4 kg.4 lp.4 mem.4 mt.4 mtio.4 np.4 \ - pcl.4 ps.4 qe.4 rx.4 tm.4 tmscp.4 ts.4 tu.4 uda.4 up.4 ut.4 \ - uu.4 va.4 vp.4 vv.4 dmv.4 le.4 ze.4 -MLINKS= mem.4 kmem.4 mem.4 kUmem.4 +# Not necessary yet: +# acc.4 ad.4 crl.4 css.4 ct.4 ddn.4 dh.4 dhu.4 dmc.4 dmf.4 dmv.4 dmz.4 dn.4 +# ec.4 en.4 ex.4 fl.4 hdh.4 hk.4 ht.4 hy.4 ik.4 il.4 ix.4 kg.4 lp.4 np.4 +# pcl.4 ps.4 tm.4 tmscp.4 tu.4 up.4 ut.4 uu.4 va.4 vp.4 vv.4 +MAN= autoconf.4 cons.4 de.4 dz.4 hp.4 intro.4 le.4 mem.4 mt.4 \ + qe.4 rx.4 ts.4 uda.4 ze.4 +MLINKS= mem.4 kmem.4 MANSUBDIR=vax .include <bsd.prog.mk> |