6dcfd4368f
EMC DELL Isilon so revert the relative symlink fix pending a better solution. Reported by: ngie Approved by: greham (mentor) Implicit as reverting MFC after: 1 week
20 lines
294 B
Makefile
20 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>
|