Hook xo(1) to the build -- it's like echo, but uses libxo to
support emitting machine-readable output. Sponsored by: Juniper Networks, Inc.
This commit is contained in:
parent
d7790611c1
commit
41019211af
@ -196,6 +196,7 @@ SUBDIR= alias \
|
|||||||
xargs \
|
xargs \
|
||||||
xinstall \
|
xinstall \
|
||||||
${_xlint} \
|
${_xlint} \
|
||||||
|
xo \
|
||||||
${_xstr} \
|
${_xstr} \
|
||||||
xz \
|
xz \
|
||||||
xzdec \
|
xzdec \
|
||||||
|
16
usr.bin/xo/Makefile
Normal file
16
usr.bin/xo/Makefile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
LIBXO= ${.CURDIR:H:H}/contrib/libxo
|
||||||
|
|
||||||
|
.PATH: ${LIBXO}/xo
|
||||||
|
|
||||||
|
PROG= xo
|
||||||
|
MAN= xo.1
|
||||||
|
|
||||||
|
# XXX For xoversion.h
|
||||||
|
CFLAGS+=-I${LIBXO}/libxo
|
||||||
|
|
||||||
|
DPADD= ${LIBXO}
|
||||||
|
LDADD= -lxo
|
||||||
|
|
||||||
|
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user