We need libutil

and make it feasible to at least build the tests in situ
This commit is contained in:
Simon J. Gerraty 2016-03-17 00:37:04 +00:00
parent d20ec2e52b
commit 342f335141
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296970

View File

@ -242,8 +242,14 @@ PROGS+= test_11
CFLAGS+= -I${LIBXOSRC}/libxo
LIBADD= xo
LIBADD= xo util
SUBDIR+= encoder
.if ${MACHINE} == "host"
# make it easy to test without install
TESTSDIR= ${.OBJDIR}
CFLAGS+= -I${.CURDIR:H}
.endif
.include <bsd.test.mk>