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_GDB} != "no" 10SUBDIR+= libregex 11.endif 12 13SUBDIR_PARALLEL= 14 15.include <bsd.subdir.mk> 16