mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
.PATH: ${SRCDIR}/binutils
|
|
|
|
LIB= binutils
|
|
SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
|
|
ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
|
|
wrstabs.c version.c binemul.c budemang.c emul_vanilla.c
|
|
WARNS?= 0
|
|
CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
|
|
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
|
|
CFLAGS+= -D_GNU_SOURCE
|
|
CFLAGS+= -I${SRCDIR}/binutils
|
|
CFLAGS+= -I${SRCDIR}/bfd
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|