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
7TOP_PREFIX=	../
8
9GCC_NO_LIBS=	# yes
10
11.include "../Makefile.inc"
12
13.endif
14