diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-06 13:18:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-06 13:18:01 +0000 |
commit | 90c69dff99c67f36ccfb1c3b978ef5333b3ad913 (patch) | |
tree | 9fbef999bc1e63ac763d0737a8297df134eb64e9 /sys/arch/hp300 | |
parent | 524f552fc84491298c6a30edec044abeb8ae714a (diff) |
Model 360 does not have a PAC.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index cb5002d2377..da1c1b6f2e6 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.36 2005/01/15 21:13:06 miod Exp $ +# $OpenBSD: Makefile.hp300,v 1.37 2005/08/06 13:18:00 miod Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -63,12 +63,11 @@ CPPFLAGS+= -DCACHE_HAVE_VAC .if (${IDENT:M-DHP330} != "") _OPTIONS+= -DM68020 -DM68K_MMU_MOTOROLA .endif -.if (${IDENT:M-DHP340} != "") +.if (${IDENT:M-DHP340} != "" || ${IDENT:M-DHP360} != "") _OPTIONS+= -DM68030 -DM68K_MMU_MOTOROLA .endif -.if (${IDENT:M-DHP345} != "" || ${IDENT:M-DHP360} != "" || \ - ${IDENT:M-DHP370} != "" || ${IDENT:M-DHP375} != "" || \ - ${IDENT:M-DHP400} != "") +.if (${IDENT:M-DHP345} != "" || ${IDENT:M-DHP370} != "" || \ + ${IDENT:M-DHP375} != "" || ${IDENT:M-DHP400} != "") _OPTIONS+= -DM68030 -DM68K_MMU_MOTOROLA CPPFLAGS+= -DCACHE_HAVE_PAC .endif |