aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/aio
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
commiteacae6dc66aa881c102f11e2003174eea7e8af74 (patch)
treec7b391aae2de6c3508dafaaad65c558a94b98ab7 /tests/sys/aio
parent2fd6394d343802517b376e54de75f382eb7307d0 (diff)
downloadsrc-eacae6dc66aa881c102f11e2003174eea7e8af74.tar.gz
src-eacae6dc66aa881c102f11e2003174eea7e8af74.zip
Fix LDADD/DPADD that should be LIBADD.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=291738
Diffstat (limited to 'tests/sys/aio')
-rw-r--r--tests/sys/aio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/sys/aio/Makefile b/tests/sys/aio/Makefile
index 851252def348..766d9b00f38c 100644
--- a/tests/sys/aio/Makefile
+++ b/tests/sys/aio/Makefile
@@ -6,8 +6,7 @@ PLAIN_TESTS_C+= aio_kqueue_test
PLAIN_TESTS_C+= lio_kqueue_test
ATF_TESTS_C+= aio_test
-DPADD.aio_test+= ${LIBUTIL}
-LDADD.aio_test+= -lutil
+LIBADD.aio_test+= util
CFLAGS+= -I${.CURDIR:H:H}