550d2b80ec
Remove overlinking in lib/libxo/tests, sbin/savecore, and usr.bin/{iscsictl,wc,xo} PR: 203673 Sponsored by: EMC / Isilon Storage Division
22 lines
248 B
Makefile
22 lines
248 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIBXOSRC= ${SRCTOP}/contrib/libxo
|
|
|
|
.PATH: ${LIBXOSRC}/xo
|
|
|
|
PROG= xo
|
|
MAN= xo.1
|
|
|
|
# XXX For xoversion.h
|
|
CFLAGS+=-I${LIBXOSRC}/libxo
|
|
|
|
LIBADD= xo
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|