diff options
author | ngie <ngie@FreeBSD.org> | 2015-04-28 10:59:06 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-04-28 10:59:06 +0000 |
commit | f26a36793ea2217339e115c402f856916a482007 (patch) | |
tree | ba05fa97bd15179a50a5a1b73214ac5e5c405048 | |
parent | 7c41d36452b84a6e92e0d5a1139a048ddc58ed5e (diff) | |
download | FreeBSD-src-f26a36793ea2217339e115c402f856916a482007.zip FreeBSD-src-f26a36793ea2217339e115c402f856916a482007.tar.gz |
Adjust CFLAGS to find freebsd_test_suite/macros.h
MFC after: 6 days
-rw-r--r-- | tests/sys/aio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/aio/Makefile b/tests/sys/aio/Makefile index 972059c..851252d 100644 --- a/tests/sys/aio/Makefile +++ b/tests/sys/aio/Makefile @@ -9,6 +9,8 @@ ATF_TESTS_C+= aio_test DPADD.aio_test+= ${LIBUTIL} LDADD.aio_test+= -lutil +CFLAGS+= -I${.CURDIR:H:H} + WARNS?= 6 .include <bsd.test.mk> |