Merge from vendor branch FILE:
[dragonfly.git] / gnu / usr.bin / cc34 / cc_tools / fini / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cc_tools/fini/Makefile,v 1.1 2004/06/14 22:27:54 joerg Exp $
2
3 .include "../Makefile.inc"
4
5 .PATH:  ${GCCDIR}/gcc/f
6
7 PROG=   fini
8 SRCS=   fini.c
9 SRCS+=  safe-ctype.c xexit.c xmalloc.c
10
11 .include <bsd.hostprog.mk>