summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-02-20 01:55:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-02-20 01:55:50 +0000
commitdcc4bb11c640c23fe9e4dfc917466c25997c9dc3 (patch)
treeea4365f2350720e15fac04ee607f79562cad4c44 /sbin
parent58282c0145132b26bddeed3bc40957efbd67c993 (diff)
Tweak mvme88k and sparc64 specific settings.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/disklabel/Makefile7
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