MFhead@r322023

This commit is contained in:
Enji Cooper 2017-08-03 18:07:01 +00:00
commit d1ce8bc1b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/make-check-sandbox/; revision=322024

View File

@ -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>