mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
12 lines
139 B
Makefile
12 lines
139 B
Makefile
|
|
SHLIBDIR?= /lib
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
|
|
LIBXOSRC= ${SRCTOP}/contrib/libxo
|
|
|
|
SUBDIR = csv
|
|
|
|
.include <bsd.subdir.mk>
|