mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
17 lines
404 B
Makefile
17 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
GENSRCS+= xm.h
|
|
LIBSRCS+= armfbsd-nat.c
|
|
LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c
|
|
|
|
nm.h:
|
|
#XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo
|
|
echo '#include "nm-fbsd.h"' > ${.TARGET}
|
|
|
|
tm.h:
|
|
#XXX this should be arm/tm-fbsd.h
|
|
echo '#include "tm-fbsd.h"' > ${.TARGET}
|
|
|
|
xm.h:
|
|
#XXX this should be arm/xm-fbsd.h
|
|
echo '#include "xm-fbsd.h"' > ${.TARGET}
|