summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2013-04-23 12:28:52 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2013-04-23 12:28:52 +0000
commite0fd01d5aea47ad6fbe0f0bd91508c7e34f14307 (patch)
treeeb3ad7f1e5c107aa721546e77c490bc460798ab8 /sys/arch/i386
parentbaadac7e62b782a49c669e64ef676f4145f96e48 (diff)
Remove softraid boot support from fdboot (again).
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/boot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index d3e6ab97860..41f53741a4d 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.49 2013/01/18 21:09:04 espie Exp $
+# $OpenBSD: Makefile,v 1.50 2013/04/23 12:28:51 jsing Exp $
+COPTS?=
MAN?= boot.8
MLINKS?=boot.8 boot.conf.5
-.if !empty(CFLAGS:M-DFDBOOT)
+.if !empty(COPTS:M-DFDBOOT)
SOFTRAID?=no
.else
SOFTRAID?=yes