summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-05-21 17:59:54 +0000
committerderaadt <deraadt@openbsd.org>1999-05-21 17:59:54 +0000
commitbbc7dbe96ed7fbe0d51eb34fde36cbea85769951 (patch)
tree6c699a3b6ed63cf97edee9db6fd64f0b9c3d9bc2
parentgroup all theMD f;ags together, add interrupt recursion one (diff)
downloadwireguard-openbsd-bbc7dbe96ed7fbe0d51eb34fde36cbea85769951.tar.xz
wireguard-openbsd-bbc7dbe96ed7fbe0d51eb34fde36cbea85769951.zip
do not much with COPTS; wd@ics.nara-wu.ac.jp
-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}