summaryrefslogtreecommitdiffstats
path: root/sbin/iscontrol/Makefile
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2012-04-18 16:47:57 +0000
committerjpaetzel <jpaetzel@FreeBSD.org>2012-04-18 16:47:57 +0000
commitc2311c85676be68b9c1a929964174e1fc8ea8a98 (patch)
tree06940370e40b71a083d0c69b68631b3d15806774 /sbin/iscontrol/Makefile
parentafbfcbc9fdbdf3ae106ba1b83e56b0154829bd2d (diff)
downloadFreeBSD-src-c2311c85676be68b9c1a929964174e1fc8ea8a98.zip
FreeBSD-src-c2311c85676be68b9c1a929964174e1fc8ea8a98.tar.gz
Unbreak tinderbox.
Fix FreeBSD paradigms in the upstream code. PR: bin/166933 Submitted by: Garrett Cooper <yanegomi@gmail.com>
Diffstat (limited to 'sbin/iscontrol/Makefile')
-rw-r--r--sbin/iscontrol/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iscontrol/Makefile b/sbin/iscontrol/Makefile
index 05085b9..9bdc29b 100644
--- a/sbin/iscontrol/Makefile
+++ b/sbin/iscontrol/Makefile
@@ -7,8 +7,7 @@ LDADD= -lcam -lmd
S= ${.CURDIR}/../../sys
WARNS?= 3
-CFLAGS += -I$S
-CFLAGS += -g -DDEBUG
+CFLAGS+= -I$S
MAN= iscsi.conf.5 iscontrol.8
OpenPOWER on IntegriCloud