diff options
author | 2002-02-20 01:55:49 +0000 | |
---|---|---|
committer | 2002-02-20 01:55:49 +0000 | |
commit | cabedea73d82f8fd5c2a56d37d1c1688510e97ef (patch) | |
tree | a1867a91d961848f32e1fc58f974143de5a2f147 | |
parent | remove more old cruft (diff) | |
download | wireguard-openbsd-cabedea73d82f8fd5c2a56d37d1c1688510e97ef.tar.xz wireguard-openbsd-cabedea73d82f8fd5c2a56d37d1c1688510e97ef.zip |
Tweak mvme88k and sparc64 specific settings.
-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 |