Remove the unnecessary glob

This commit is contained in:
Enji Cooper 2014-11-30 09:04:24 +00:00
parent d370dc47a1
commit 9779edfbd3

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