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(__<cctools.Makefile.inc>__)
5__<cctools.Makefile.inc>__:
6
7# Hint HOST_CCVER handling.
8__USE_HOST_CCVER=
9
10TOP_PREFIX=	../
11
12GCC_NO_LIBS=	# yes
13
14.include "../Makefile.inc"
15
16.endif
17