aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/ttyio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/tests/ttyio/Makefile')
-rw-r--r--lib/libc/tests/ttyio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/tests/ttyio/Makefile b/lib/libc/tests/ttyio/Makefile
index 242f33258e41..d5b8f0168558 100644
--- a/lib/libc/tests/ttyio/Makefile
+++ b/lib/libc/tests/ttyio/Makefile
@@ -5,8 +5,7 @@
# TODO: ptm_test
NETBSD_ATF_TESTS_C= ttyio_test
-DPADD.ttyio_test+= ${LIBUTIL}
-LDADD.ttyio_test+= -lutil
+LIBADD.ttyio_test+= util
.include "../Makefile.netbsd-tests"