diff options
Diffstat (limited to 'lib/libxo/tests/Makefile')
-rw-r--r-- | lib/libxo/tests/Makefile | 7 |
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> |