MFhead@r322023

This commit is contained in:
Enji Cooper 2017-08-03 18:07:01 +00:00
commit d1ce8bc1b5

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