5c9febb2731dac7d1909963291bb693dacec8d0c
[dragonfly.git] / gnu / usr.bin / cc50 / 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(__<cctools50.Makefile.inc>__)
5 __<cctools50.Makefile.inc>__:
6
7 TOP_PREFIX=     ../
8 GCC_NO_LIBS=    # yes
9
10 .include "../Makefile.inc"
11 .endif