aboutsummaryrefslogtreecommitdiff
path: root/sbin/rcorder
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-11-30 09:04:24 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-11-30 09:04:24 +0000
commit9779edfbd307987b1567a40d0e9cc0c701c8159d (patch)
tree25d8ebcd0451e5558d23af84a50f28c777fb7d50 /sbin/rcorder
parentd370dc47a197539c6f52b1b665a55a825d5f1253 (diff)
downloadsrc-9779edfbd307987b1567a40d0e9cc0c701c8159d.tar.gz
src-9779edfbd307987b1567a40d0e9cc0c701c8159d.zip
Notes
Diffstat (limited to 'sbin/rcorder')
-rw-r--r--sbin/rcorder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile
index 5b2f4b4cf4e5..038bc35acee2 100644
--- a/sbin/rcorder/Makefile
+++ b/sbin/rcorder/Makefile
@@ -10,7 +10,7 @@ LIBADD= util
CFLAGS+= -DORDER
#CFLAGS+= -DDEBUG
-.if ${CFLAGS:M*-DDEBUG}
+.if ${CFLAGS:M-DDEBUG}
CFLAGS+= -I${.CURDIR}/../../usr.bin/make
.endif