diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-10-08 22:19:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-10-08 22:19:39 +0000 |
commit | 3ba9ee3a08ecf43ecde3037eb5f5fc9ea8b26366 (patch) | |
tree | 4c3a6dc93c12d5b6056cb87217efc677ce9d2c70 /sys | |
parent | 85a5ff8aef8eebb2ca40e9fd4b5611b638b9261d (diff) |
We're not cross hosted these days.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/stand/bootblk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/sparc64/stand/bootblk/Makefile b/sys/arch/sparc64/stand/bootblk/Makefile index cad8419a66c..6381b6c4906 100644 --- a/sys/arch/sparc64/stand/bootblk/Makefile +++ b/sys/arch/sparc64/stand/bootblk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/09/06 19:12:34 jason Exp $ +# $OpenBSD: Makefile,v 1.6 2001/10/08 22:19:38 jason Exp $ # $NetBSD: Makefile,v 1.1 2000/08/20 14:58:45 mrg Exp $ CURDIR= ${.CURDIR} @@ -16,12 +16,9 @@ STRIPFLAG= # deal with Solaris vs. NetBSD build environments for now .. OS!=uname -s -.if (${OS} == "NetBSD") +.if (${OS} == "OpenBSD") USE_GENASSYM?= no SVR4= -.elif (${OS} == "OpenBSD") -USE_GENASSYM?= no -SVR4=-U__NetBSD__ -D__OpenBSD__ .else USE_GENASSYM?= yes SVR4=-U__SVR4 -U__svr4__ -D__NetBSD__ |