Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / gnu / usr.bin / cc34 / cc_tools / Makefile.inc
1 # $DragonFly: src/gnu/usr.bin/cc34/cc_tools/Makefile.inc,v 1.2 2004/12/20 18:10:11 dillon Exp $
2 #
3 # Portions of our build system need this file early, make sure it isn't
4 # included twice (because e.g. bsd.init.mk would also include it)
5 #
6 .if !target(__<cctools.Makefile.inc>__)
7 __<cctools.Makefile.inc>__:
8
9 TOP_PREFIX=     ../
10
11 .include "../Makefile.inc"
12
13 CFLAGS+= -DHAVE_STDLIB_H -DHAVE_STRING_H -DGENERATOR_FILE
14 CFLAGS+= -I.
15
16 .include "Makefile.tools"
17
18 .endif