Remove the unnecessary glob

This commit is contained in:
Enji Cooper 2014-11-30 09:04:24 +00:00
parent d370dc47a1
commit 9779edfbd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275307

View File

@ -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