738919c039
All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs. Also remove checknr(1) and colcrt(1) which are only useful with groff. Approved by: (no objections on the mailing lists)
23 lines
385 B
Makefile
23 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
.if ${MK_CXX} != "no"
|
|
SUBDIR.${MK_GCC}+= gperf
|
|
.endif
|
|
|
|
SUBDIR.${MK_BINUTILS}+= binutils
|
|
SUBDIR.${MK_DIALOG}+= dialog
|
|
SUBDIR.${MK_GCC}+= cc
|
|
SUBDIR.${MK_GNU_DIFF}+= diff3
|
|
SUBDIR.${MK_GNU_GREP}+= grep
|
|
SUBDIR.${MK_GDB}+= gdb
|
|
SUBDIR_DEPEND_gdb= binutils
|
|
SUBDIR.${MK_GPL_DTC}+= dtc
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|