diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-01 04:13:24 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-01 04:13:24 +0000 |
| commit | a08cc1ee27a0314cfcb84f76c5eefd778c75d704 (patch) | |
| tree | 6e9dd05aded3dcfd0b4f67b7748ef0e3c83fd472 /lib/libarchive | |
| parent | e4162b7955997889c61efce0ef46e979700e5875 (diff) | |
Notes
Diffstat (limited to 'lib/libarchive')
| -rw-r--r-- | lib/libarchive/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 0381110f7ea4a..dbf34dd93dbe6 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -12,7 +12,7 @@ BINDIR= ${TESTSDIR} PROGS+= libarchive_test -CFLAGS+= -I${.CURDIR:H} -I${.OBJDIR} +CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} CFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/test_utils CFLAGS+= -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 |
