summaryrefslogtreecommitdiff
path: root/gnu/lib/Makefile
blob: e4f793e13aade8289b9a91c18073535cf6e2cd2b (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" || ${MK_GDB} != "no"
SUBDIR+=		libregex
.endif

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>