diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-05-12 04:11:38 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-05-12 04:11:38 +0000 |
commit | caf6105da4eb0486be4aa3847fade621ea80185c (patch) | |
tree | 078ebe275a04b9fb4a67375d6ef2476aa10b1d3c /share | |
parent | 40d258f73c24512a77c7d668d6486f1d586924ed (diff) |
borrow some from hppa
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.hppa64/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man4/man4.hppa64/Makefile b/share/man/man4/man4.hppa64/Makefile new file mode 100644 index 00000000000..4d63e829254 --- /dev/null +++ b/share/man/man4/man4.hppa64/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 2005/05/12 04:11:37 mickey Exp $ + +#MAN+= intro.4 elroy.4 pluto.4 apic.4 +#MAN+= mem.4 +#MLINKS+= mem.4 kmem.4 +MANSUBDIR=hppa64 + +.PATH: ${.CURDIR}/../man4.hppa +MAN= cpu.4tbl pdc.4 + +.include <bsd.prog.mk> |