diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-03 18:07:01 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-03 18:07:01 +0000 |
commit | d1ce8bc1b52fd275884b3479ebe620055c1e61b9 (patch) | |
tree | 521f56f5190d9dae6430162fddc397d03db4875d /lib/libxo | |
parent | f2381beb2cb6f876677197879ccb559c1e07193a (diff) | |
parent | b3828041441d5141d80b72f854b86c18ea545ac0 (diff) | |
download | src-d1ce8bc1b52fd275884b3479ebe620055c1e61b9.tar.gz src-d1ce8bc1b52fd275884b3479ebe620055c1e61b9.zip |
Notes
Diffstat (limited to 'lib/libxo')
-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> |