xref: /freebsd-13.1/gnu/usr.bin/Makefile (revision 8aff76fb)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5SUBDIR.${MK_DIALOG}+=	dialog
6SUBDIR.${MK_GNU_DIFF}+=	diff3
7SUBDIR.${MK_TESTS}+=	tests
8
9SUBDIR_PARALLEL=
10
11.include <bsd.subdir.mk>
12