1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/gnu/usr.bin/cc/Makefile
1999-08-27 23:37:10 +00:00

15 lines
276 B
Makefile

# $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>