Author: ngie Date: Tue Apr 28 10:59:06 2015 New Revision: 282138 URL: https://svnweb.freebsd.org/changeset/base/282138
Log: Adjust CFLAGS to find freebsd_test_suite/macros.h MFC after: 6 days Modified: head/tests/sys/aio/Makefile Modified: head/tests/sys/aio/Makefile ============================================================================== --- head/tests/sys/aio/Makefile Tue Apr 28 10:56:59 2015 (r282137) +++ head/tests/sys/aio/Makefile Tue Apr 28 10:59:06 2015 (r282138) @@ -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> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"