mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Reduce the -I's as we don't need them all.
This commit is contained in:
parent
55ac3ce365
commit
0dbbb2e416
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ DPADD+= ${LIBUTIL}
|
|||
|
||||
WARNS= 0
|
||||
# XXX hack for make's hash.[ch]
|
||||
CFLAGS+= -DORDER -I${.CURDIR}/../../usr.bin/make -I.
|
||||
CFLAGS+= -DORDER -I.
|
||||
|
||||
SRCS+= util.h
|
||||
CLEANFILES+= util.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue