diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2007-11-25 20:37:25 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2007-11-25 20:37:25 +0000 |
commit | c36100dd7e3f33b7977af600207a3c972c7a981a (patch) | |
tree | bd6b0a78bd1e5c5849b5c09e16c3c18c86de0492 | |
parent | 40939e5d000d229dce65e3cc071d85caf85ec477 (diff) |
Unbreak make obj. -moj
-rw-r--r-- | sys/arch/hppa/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/Makefile b/sys/arch/hppa/stand/Makefile index 08e01dd95d9..8bc37348a92 100644 --- a/sys/arch/hppa/stand/Makefile +++ b/sys/arch/hppa/stand/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2003/03/28 22:42:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2007/11/25 20:37:24 maja Exp $ .if ${MACHINE} == "hppa" -SUBDIR= libsa libkern libz +SUBDIR= libsa libz .endif SUBDIR+= mkboot boot .if ${MACHINE} == "hppa" |