mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
15 lines
202 B
Makefile
15 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
SUBDIR.${MK_DIALOG}+= libdialog
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.if ${MK_GNU_GREP} != "no"
|
|
SUBDIR+= libregex
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|