Unbreak world.
[dragonfly.git] / gnu / usr.bin / gdb / libgdb / Makefile.i386
1 # $DragonFly: src/gnu/usr.bin/gdb/libgdb/Makefile.i386,v 1.7 2008/07/28 22:33:21 corecode Exp $
2
3 # TDEPFILES (part 2, cleaned)
4 SRCS+=  i386-tdep.c i387-tdep.c i386bsd-tdep.c i386fbsd-tdep.c
5
6 .if ${TARGET_ARCH} == ${MACHINE_ARCH}
7 # NATDEPFILES (part 2)
8 SRCS+=  fbsd-nat.c i386-nat.c i386bsd-nat.c i386fbsd-nat.c
9 .endif
10
11 SRCS+=  nm.h
12 CLEANFILES+=    nm.h
13 CFLAGS+= -DGDB_NM_FILE
14 nm.h:
15         echo '#include "i386/nm-fbsd.h"' > ${.TARGET}