freebsd-dev/gnu/usr.bin/cc/Makefile
David E. O'Brien 665fb296a7 Add libcc_fbsd.a that contains libc and libiberty routines needed in
bootstraping on FreeBSD specifically.

3.2 upgrade path tested by:	marcel
1999-12-19 20:22:42 +00:00

17 lines
305 B
Makefile

# $FreeBSD$
# The order of some of these are rather important. Some depend on previous
# subdirs.
SUBDIR= cc_fbsd 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>