1# Portions of our build system need this file early, make sure it isn't
2# included twice (because e.g. bsd.init.mk would also include it)
3
4.if !target(__<cctools80.Makefile.inc>__)
5__<cctools80.Makefile.inc>__:
6
7TOP_PREFIX=	../
8GCC_NO_LIBS=	# yes
9
10.include "../Makefile.inc"
11.endif
12