freebsd-dev/gnu/usr.bin/cc/Makefile
Marcel Moolenaar 3792991203 remove cc1obj from the original SUBDIR list since it's made optional
in the previous commit resulting.

Forgotten by: obrien
1999-11-28 12:30:20 +00:00

17 lines
297 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 cc1plus c++ c++filt doc
.if !defined(NO_OBJC)
SUBDIR+= cc1obj
.endif
.if !defined(NO_FORTRAN)
SUBDIR+= f77 f771 f77doc
.endif
.include <bsd.subdir.mk>