diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-28 22:42:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-28 22:42:27 +0000 |
commit | 233efcba6a5d51d6435957d5b9de4b0f2ae1d6b3 (patch) | |
tree | 05fe81fbc59f7c8879fe1d58dbe3d3593b1f8879 /sys/arch/hppa/stand/Makefile | |
parent | c20f96b578d6b516a8cae9ee716ea2d2cd5fde87 (diff) |
a small boot for a cd
Diffstat (limited to 'sys/arch/hppa/stand/Makefile')
-rw-r--r-- | sys/arch/hppa/stand/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <bsd.subdir.mk> |