diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-20 01:55:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-20 01:55:50 +0000 |
commit | dcc4bb11c640c23fe9e4dfc917466c25997c9dc3 (patch) | |
tree | ea4365f2350720e15fac04ee607f79562cad4c44 /sbin | |
parent | 58282c0145132b26bddeed3bc40957efbd67c993 (diff) |
Tweak mvme88k and sparc64 specific settings.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 26b65c98363..b149032b341 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2001/09/01 16:21:16 drahn Exp $ +# $OpenBSD: Makefile,v 1.27 2002/02/20 01:55:49 miod Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -39,11 +39,12 @@ CFLAGS+= -DSEEALSO="\"fdisk(8)\"" CFLAGS+= -DNUMBOOT=1 .endif -.if (${MACHINE} == "sun3") || (${MACHINE} == "sparc") +.if (${MACHINE} == "sun3") || (${MACHINE} == "sparc") || \ + (${MACHINE} == "sparc64") CFLAGS+= -DSEEALSO="\"installboot(8)\"" -DCYLCHECK -DAAT0 .endif -.if (${MACHINE} == "mvme68k") || (${MACHINE} == "mvme68k") +.if (${MACHINE} == "mvme68k") || (${MACHINE} == "mvme88k") CFLAGS+= -DSEEALSO="\"installboot(8)\"" .endif |