diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-03 17:53:14 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-03 17:53:14 +0000 |
commit | b3828041441d5141d80b72f854b86c18ea545ac0 (patch) | |
tree | 76497cb2ca6c6c6428fe9786adb985cec1d4322e /lib | |
parent | fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837 (diff) | |
download | src-b3828041441d5141d80b72f854b86c18ea545ac0.tar.gz src-b3828041441d5141d80b72f854b86c18ea545ac0.zip |
Notes
Diffstat (limited to 'lib')
-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> |