freebsd-dev/gnu/usr.bin/Makefile

15 lines
256 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1994-01-30 00:31:51 +00:00
.include <src.opts.mk>
SUBDIR.${MK_DIALOG}+= dialog
SUBDIR.${MK_GNU_DIFF}+= diff3
SUBDIR.${MK_GNU_GREP}+= grep
SUBDIR.${MK_GDB}+= binutils gdb
SUBDIR_DEPEND_gdb= binutils
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
1994-01-30 00:31:51 +00:00
.include <bsd.subdir.mk>