]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - gnu/usr.bin/gdb/arch/mips/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / gnu / usr.bin / gdb / arch / mips / Makefile
1 # $FreeBSD$
2
3 .if !defined(GDB_CROSS_DEBUGGER)
4 LIBSRCS+= mips-nat.c mips-nat.c mipsfbsd-nat.c
5 .endif
6 LIBSRCS+= solib.c solib-svr4.c
7 LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c
8
9 nm.h:
10         echo '#include "mips/nm-fbsd.h"' > ${.TARGET}
11
12 tm.h:
13         echo '#include "mips/tm-fbsd.h"' > ${.TARGET}