mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
12 lines
146 B
Makefile
12 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= libcasper
|
|
SUBDIR+= services
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|