Adjust CFLAGS to find freebsd_test_suite/macros.h

MFC after: 6 days
This commit is contained in:
Enji Cooper 2015-04-28 10:59:06 +00:00
parent e8395c4843
commit 941c3b8bd5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282138

View File

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