aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-03 18:07:01 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-03 18:07:01 +0000
commitd1ce8bc1b52fd275884b3479ebe620055c1e61b9 (patch)
tree521f56f5190d9dae6430162fddc397d03db4875d /lib/libxo
parentf2381beb2cb6f876677197879ccb559c1e07193a (diff)
parentb3828041441d5141d80b72f854b86c18ea545ac0 (diff)
downloadsrc-d1ce8bc1b52fd275884b3479ebe620055c1e61b9.tar.gz
src-d1ce8bc1b52fd275884b3479ebe620055c1e61b9.zip
MFhead@r322023
Notes
Notes: svn path=/projects/make-check-sandbox/; revision=322024
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/tests/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libxo/tests/Makefile b/lib/libxo/tests/Makefile
index 20580edb329f..2c5f1a03ea73 100644
--- a/lib/libxo/tests/Makefile
+++ b/lib/libxo/tests/Makefile
@@ -242,13 +242,8 @@ PROGS+= test_11
CFLAGS+= -I${LIBXOSRC}/libxo -I${.CURDIR:H}
-LIBADD= xo util
+LIBADD= xo util
SUBDIR+= encoder
-.if ${MACHINE} == "host"
-# make it easy to test without install
-TESTSDIR= ${.OBJDIR}
-.endif
-
.include <bsd.test.mk>