Back out revision 1.51, it is wrong. We don't litter -I's within lib

Makefiles to get headers from /usr/src vs. the standard include paths.
This commit is contained in:
obrien 2005-05-31 20:39:53 +00:00
parent 7f6920d685
commit f6963d5640

View File

@ -131,7 +131,7 @@ SRCS+= _setjmp.S
# NOTE: to actually test this functionality after libbz2 upgrade compile
# loader(8) with LOADER_BZIP2_SUPPORT defined
.PATH: ${.CURDIR}/../../contrib/bzip2
CFLAGS+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS -I${.CURDIR}/../../contrib/bzip2
CFLAGS+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS
SRCS+= libstand_bzlib_private.h
.for file in bzlib.c crctable.c decompress.c huffman.c randtable.c