summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.hppa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/man4.hppa/Makefile')
-rw-r--r--share/man/man4/man4.hppa/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile
index 71d2e7fd4f4..f0b03760afc 100644
--- a/share/man/man4/man4.hppa/Makefile
+++ b/share/man/man4/man4.hppa/Makefile
@@ -1,11 +1,15 @@
-# $OpenBSD: Makefile,v 1.27 2008/07/16 16:32:08 miod Exp $
+# $OpenBSD: Makefile,v 1.28 2011/06/23 22:46:12 schwarze Exp $
-MAN= asp.4 astro.4 cpu.4tbl dino.4 elroy.4
+MAN= asp.4 astro.4 cpu.4 dino.4 elroy.4
MAN+= gecko.4 gsc.4 gsckbc.4
MAN+= harmony.4 ie.4 intro.4 io.4 lasi.4 lcd.4 mem.4 mongoose.4 pdc.4
MAN+= phantomas.4 power.4 runway.4 ssio.4 uturn.4 wax.4
# tir.4 xbar.4 mcx.4
MLINKS+= mem.4 kmem.4
MANSUBDIR=hppa
+CLEANFILES+= cpu.4
+
+cpu.4: cpu.4tbl
+ cp ${.ALLSRC} ${.TARGET}
.include <bsd.prog.mk>