diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-15 21:34:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-15 21:34:16 +0000 |
commit | fd0a32d835e9f308360c92e3a8c9788a9d6ebf7e (patch) | |
tree | c277960a21c8fdb13665639c6bbad76c4fb4845d /sys/arch/socppc | |
parent | 67c316ad2628067a623c5d8c2685a97d12b03163 (diff) |
Hook up mkboot(8).
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/stand/Makefile | 4 |
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> |