freebsd-dev/gnu/usr.bin/cc/Makefile
Baptiste Daroussin 2d2813618c Remove GNU texinfo from base along with all info pages.
To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo

Differential Revision:	https://reviews.freebsd.org/D1409
Reviewed by:	emaste, imp (previous version)
Relnotes:	yes
2015-01-02 18:45:03 +00:00

23 lines
367 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
# The order of some of these are rather important. Some depend on previous
# subdirs.
SUBDIR= cc_tools libiberty libcpp libdecnumber cc_int cc cc1 include
.if ${MK_CPP} != "no"
SUBDIR+= cpp
.endif
.if ${MK_CXX} != "no"
SUBDIR+= cc1plus c++ c++filt
.endif
.if ${MK_GCOV} != "no"
SUBDIR+= gcov
.endif
.include <bsd.subdir.mk>