1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-01-29 19:31:51 -05:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2016-10-19 17:25:59 -04:00
|
|
|
SUBDIR.${MK_DIALOG}+= dialog
|
2017-04-20 15:24:51 -04:00
|
|
|
SUBDIR.${MK_GNU_DIFF}+= diff3
|
2016-10-20 11:12:06 -04:00
|
|
|
SUBDIR.${MK_GNU_GREP}+= grep
|
2020-06-06 20:07:21 -04:00
|
|
|
SUBDIR.${MK_GDB}+= binutils gdb
|
2017-04-21 09:39:14 -04:00
|
|
|
SUBDIR_DEPEND_gdb= binutils
|
2016-10-19 17:25:59 -04:00
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
2016-09-27 14:08:38 -04:00
|
|
|
|
2014-03-27 16:15:33 -04:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
1994-01-29 19:31:51 -05:00
|
|
|
.include <bsd.subdir.mk>
|