summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile
blob: 4157c8bad0d4e6a36d4f803b80e70f42cef610d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

# The order of some of these are rather important.  Some depend on previous
# subdirs.

SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc

.if !defined(NO_FORTRAN)
SUBDIR+= f77
SUBDIR+= f771
SUBDIR+= f77doc
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud