Author: ngie Date: Tue Oct 6 17:22:54 2015 New Revision: 288934 URL: https://svnweb.freebsd.org/changeset/base/288934
Log: Add directory for test encoder missed by accident in r288929 Sponsored by: EMC / Isilon Storage Division Added: head/lib/libxo/tests/encoder/ head/lib/libxo/tests/encoder/Makefile (contents, props changed) Added: head/lib/libxo/tests/encoder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lib/libxo/tests/encoder/Makefile Tue Oct 6 17:22:54 2015 (r288934) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +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 + +DPADD+= ${LIBXO} +LDADD+= -lxo + +.include <bsd.lib.mk> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"