mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
- 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
13 lines
151 B
Makefile
13 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIBDIR?= /lib
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
|
|
LIBXOSRC= ${SRCTOP}/contrib/libxo
|
|
|
|
SUBDIR = csv
|
|
|
|
.include <bsd.subdir.mk>
|