1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR= 6SUBDIR.${MK_DIALOG}+= libdialog 7SUBDIR.${MK_TESTS}+= tests 8 9.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \ 10 ${MK_GDB} != "no" 11SUBDIR+= libregex 12.endif 13 14SUBDIR_PARALLEL= 15 16.include <bsd.subdir.mk> 17