mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Remove overlinking in lib/libxo/tests, sbin/savecore, and
usr.bin/{iscsictl,wc,xo}
PR: 203673
Sponsored by: EMC / Isilon Storage Division
19 lines
294 B
Makefile
19 lines
294 B
Makefile
# $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
|
|
|
|
LIBADD= xo
|
|
|
|
.include <bsd.lib.mk>
|