Merge remote-tracking branch 'origin/vendor/LDNS'
[dragonfly.git] / gnu / usr.bin / cc80 / cc_tools / Makefile.inc
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
7 # Hint HOST_CCVER handling.
8 __USE_HOST_CCVER=
9
10 TOP_PREFIX=     ../
11 GCC_NO_LIBS=    # yes
12
13 .include "../Makefile.inc"
14 .endif