]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/xo/Makefile
Merge OpenSSL 1.0.2d.
[FreeBSD/FreeBSD.git] / usr.bin / xo / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 LIBXOSRC=       ${SRCTOP}/contrib/libxo
6
7 .PATH:  ${LIBXOSRC}/xo
8
9 PROG=   xo
10 MAN=    xo.1
11
12 # XXX For xoversion.h
13 CFLAGS+=-I${LIBXOSRC}/libxo
14
15 LIBADD= xo
16
17 .if ${MK_TESTS} != "no"
18 SUBDIR+=        tests
19 .endif
20
21 .include <bsd.prog.mk>