mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
# The order of some of these are rather important. Some depend on previous
|
|
# subdirs.
|
|
|
|
SUBDIR= cc_tools cc_int cpp cc1 cc cc1obj cc1plus c++ f77 libgcc c++filt doc
|
|
|
|
.include <bsd.subdir.mk>
|