summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-05-15 21:34:16 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-05-15 21:34:16 +0000
commitfd0a32d835e9f308360c92e3a8c9788a9d6ebf7e (patch)
treec277960a21c8fdb13665639c6bbad76c4fb4845d /sys/arch/socppc
parent67c316ad2628067a623c5d8c2685a97d12b03163 (diff)
Hook up mkboot(8).
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r--sys/arch/socppc/stand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/Makefile b/sys/arch/socppc/stand/Makefile
index 981d45cb811..f0d17b97d19 100644
--- a/sys/arch/socppc/stand/Makefile
+++ b/sys/arch/socppc/stand/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2008/05/10 20:06:26 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2008/05/15 21:34:15 kettenis Exp $
-SUBDIR=boot
+SUBDIR= boot mkboot
.include <bsd.subdir.mk>