From 941c3b8bd5dd57d16b4a161305723ebc66e2fe96 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 28 Apr 2015 10:59:06 +0000 Subject: [PATCH] Adjust CFLAGS to find freebsd_test_suite/macros.h MFC after: 6 days --- tests/sys/aio/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/aio/Makefile b/tests/sys/aio/Makefile index 972059c57c1a..851252def348 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