aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/Makefile
blob: b31838503ded6cb64451cef6a357db0ddeb13411 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>