mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
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>
|