diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 08:13:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 08:13:31 +0000 |
commit | 9d5134e03b96bf26ee7b451072614eae150b13f3 (patch) | |
tree | 624eb5672e31245004b991b67dd33e3689eea88b /sbin/disklabel/Makefile | |
parent | 69212f76a49c62d820a11c7ca753b87ce396028e (diff) |
Send solbourne to where the ...........
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r-- | sbin/disklabel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 062abb754fc..49dc8a79160 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2015/10/15 19:31:15 miod Exp $ +# $OpenBSD: Makefile,v 1.60 2015/12/01 08:13:30 deraadt Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -49,8 +49,7 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" CFLAGS+= -DSEEALSO="\"fdisk(8), pdisk(8)\"" .endif -.if (${MACHINE} == "solbourne") || (${MACHINE} == "sparc") || \ - (${MACHINE} == "sparc64") +.if (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") CFLAGS+= -DSEEALSO="\"installboot(8)\"" -DSUN_CYLCHECK -DSUN_AAT0 .endif |