From 233efcba6a5d51d6435957d5b9de4b0f2ae1d6b3 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 28 Mar 2003 22:42:27 +0000 Subject: a small boot for a cd --- sys/arch/hppa/stand/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa/stand/Makefile') diff --git a/sys/arch/hppa/stand/Makefile b/sys/arch/hppa/stand/Makefile index 98640b0d433..08e01dd95d9 100644 --- a/sys/arch/hppa/stand/Makefile +++ b/sys/arch/hppa/stand/Makefile @@ -1,8 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2000/05/31 19:59:31 mickey Exp $ +# $OpenBSD: Makefile,v 1.3 2003/03/28 22:42:26 mickey Exp $ .if ${MACHINE} == "hppa" SUBDIR= libsa libkern libz .endif SUBDIR+= mkboot boot +.if ${MACHINE} == "hppa" +SUBDIR+= cdboot +.endif .include -- cgit v1.2.3