Merge branch 'vendor/DIALOG'
[dragonfly.git] / gnu / usr.bin / cc47 / 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(__<cctools.Makefile.inc>__)
5 __<cctools.Makefile.inc>__:
6
7 TOP_PREFIX=     ../
8
9 GCC_NO_LIBS=    # yes
10
11 .include "../Makefile.inc"
12
13 .endif