76afb20c58
- move from "oxtradoc" to RST/Sphinx documentation - new "csv" encoder, which allows path and leaf lists - address warnings from PVS-Stdio tool - add "xolint" detected errors to the documentation
14 lines
151 B
Makefile
14 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIBDIR?= /lib
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
|
|
LIBXOSRC= ${SRCTOP}/contrib/libxo
|
|
|
|
SUBDIR = csv
|
|
|
|
.include <bsd.subdir.mk>
|