fb9cfe551b
PR: /homes/sjg/commit-logs/freebsd/libxo/xo_config.diff Reviewed by: jkim
25 lines
306 B
Makefile
25 lines
306 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
|
|
|
|
# XXX For xo_config.h
|
|
CFLAGS+=-I${SRCTOP}/lib/libxo
|
|
|
|
LIBADD= xo util
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|