summaryrefslogtreecommitdiff
path: root/sbin/raidctl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-05-21 17:59:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-05-21 17:59:55 +0000
commit01e388e0defbd11b416033a9ab04115ad8be989a (patch)
tree1af62552d38f54d80d25eda989ded953b1391ac7 /sbin/raidctl
parenteb6752d41881b047663442737ab7879cacd53084 (diff)
do not much with COPTS; wd@ics.nara-wu.ac.jp
Diffstat (limited to 'sbin/raidctl')
-rw-r--r--sbin/raidctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/raidctl/Makefile b/sbin/raidctl/Makefile
index 539f0ac57cd..b2fbf126fd9 100644
--- a/sbin/raidctl/Makefile
+++ b/sbin/raidctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1999/02/16 21:51:39 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 1999/05/21 17:59:54 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1999/02/04 14:50:31 oster Exp $
PROG= raidctl
SRCS= rf_configure.c rf_layout.c rf_strutils.c raidctl.c
@@ -6,7 +6,7 @@ MAN= raidctl.8
LOOKHERE = ${.CURDIR}/../../sys/dev/raidframe
-COPTS+= -DCSRG_BASED -DNARROWPROTO -DRF_UTILITY=1 -DSIMULATE=1
+CFLAGS+= -DCSRG_BASED -DNARROWPROTO -DRF_UTILITY=1 -DSIMULATE=1
CPPFLAGS+= -I${LOOKHERE}
.PATH: ${LOOKHERE}