Makefile revision 55388
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile 55388 2000-01-04 03:48:08Z obrien $
2
3# The order of some of these are rather important.  Some depend on previous
4# subdirs.
5
6SUBDIR= cc_fbsd cc_tools cc_int cc_drv cccp cpp cc1 cc cc1plus c++ c++filt doc
7
8.if !defined(NO_OBJC)
9SUBDIR+= cc1obj
10.endif
11
12.if !defined(NO_FORTRAN)
13SUBDIR+= f77 f771 f77doc
14.endif
15
16.include <bsd.subdir.mk>
17