]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
ident(1): Normalizing date format
[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"
10 SUBDIR+=                libregex
11 .endif
12
13 SUBDIR_PARALLEL=
14
15 .include <bsd.subdir.mk>