mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
13 lines
277 B
Makefile
13 lines
277 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(GDB_CROSS_DEBUGGER)
|
|
LIBSRCS+= mips-nat.c mips-nat.c mipsfbsd-nat.c
|
|
.endif
|
|
LIBSRCS+= solib.c solib-svr4.c
|
|
LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c
|
|
|
|
nm.h:
|
|
echo '#include "mips/nm-fbsd.h"' > ${.TARGET}
|
|
|
|
tm.h:
|
|
echo '#include "mips/tm-fbsd.h"' > ${.TARGET}
|