]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/dtc/Makefile.ftdump
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / dtc / Makefile.ftdump
1 #
2 # This is not a complete Makefile of itself.
3 # Instead, it is designed to be easily embeddable
4 # into other systems of Makefiles.
5 #
6
7 FTDUMP_SRCS = \
8         ftdump.c
9
10 FTDUMP_GEN_SRCS =
11
12 FTDUMP_OBJS = $(FTDUMP_SRCS:%.c=%.o) $(FTDUMP_GEN_SRCS:%.c=%.o)