Add missing -I in CFLAGS.

This commit is contained in:
mycroft 1993-04-25 00:54:43 +00:00
parent f909f1bb33
commit 2b53b2263e
1 changed files with 2 additions and 0 deletions

View File

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