mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04: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>
|