]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
Upgrade to version 3.1.6
[FreeBSD/FreeBSD.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR=
6 SUBDIR.${MK_DIALOG}+=   libdialog
7 SUBDIR.${MK_TESTS}+=    tests
8
9 .if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
10     ${MK_GDB} != "no"
11 SUBDIR+=                libregex
12 .endif
13
14 SUBDIR_PARALLEL=
15
16 .include <bsd.subdir.mk>