1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-01-29 20:03:16 -05:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2018-10-25 13:39:41 -04:00
|
|
|
SUBDIR=
|
2016-10-03 13:34:50 -04:00
|
|
|
SUBDIR.${MK_DIALOG}+= libdialog
|
2016-10-19 15:32:06 -04:00
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
2015-05-18 12:05:41 -04:00
|
|
|
|
2017-04-20 15:33:00 -04:00
|
|
|
.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
|
|
|
|
|
${MK_GDB} != "no"
|
2016-10-20 13:28:52 -04:00
|
|
|
SUBDIR+= libregex
|
|
|
|
|
.endif
|
|
|
|
|
|
2015-10-15 18:55:08 -04:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
1994-01-29 20:03:16 -05:00
|
|
|
.include <bsd.subdir.mk>
|