Another round of spelling fixes in manpages, messages, readmes etc.
[dragonfly/vkernel-mp.git] / gnu / usr.bin / gdb / libgdb / Makefile.i386
blobb75a1fc52ef6e1497f75c2d93ea562b47e150daf
1 # $DragonFly: src/gnu/usr.bin/gdb/libgdb/Makefile.i386,v 1.3 2007/02/25 23:17:12 corecode Exp $
3 SRCS+=  i386-nat.c i386-tdep.c i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c
4 SRCS+=  i386fbsd-tdep.c i387-tdep.c
6 nm.h:
7         echo '#include "nm-dragonfly.h"' > ${.TARGET}
9 tm.h:
10         echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
12 xm.h:
13         echo '#include "i386/xm-i386.h"' > ${.TARGET}