diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile index 6f657781a8e1..a8839e45a9fa 100644 --- a/lib/libxo/tests/encoder/Makefile +++ b/lib/libxo/tests/encoder/Makefile @@ -1,19 +1,21 @@ # $FreeBSD$ +PACKAGE= tests + LIBXOSRC= ${SRCTOP}/contrib/libxo .PATH: ${LIBXOSRC}/encoder/test SHLIB_NAME= libenc_test.so LIBDIR= ${TESTSBASE}/lib/libxo SYMLINKS+= ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc SRCS= enc_test.c CFLAGS+= -I${LIBXOSRC}/libxo -I${.CURDIR:H:H}/libxo LIBADD= xo .include