Add missing -I in CFLAGS.
This commit is contained in:
parent
f909f1bb33
commit
2b53b2263e
|
@ -1,5 +1,7 @@
|
|||
# @(#)Makefile 5.6 (Berkeley) 2/15/93
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/DB/include
|
||||
|
||||
.include "${.CURDIR}/DB/btree/Makefile.inc"
|
||||
.include "${.CURDIR}/DB/hash/Makefile.inc"
|
||||
.include "${.CURDIR}/DB/db/Makefile.inc"
|
||||
|
|
Loading…
Reference in New Issue