2013-12-02 10:18:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2019-10-23 01:50:41 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2016-02-25 18:23:40 +00:00
|
|
|
SUBDIR= libcasper
|
|
|
|
SUBDIR+= services
|
2013-12-02 10:18:25 +00:00
|
|
|
|
2017-08-13 01:04:44 +00:00
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
|
2016-02-26 22:14:04 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
2016-02-25 18:23:40 +00:00
|
|
|
.include <bsd.subdir.mk>
|