summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
blob: b6fbe81f378f59568576a41b30b29510e1be9d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Id: Makefile,v 1.3 1998/05/05 10:31:52 jb Exp $
#

.include "${.CURDIR}/../Makefile.inc0"

.if	${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
PROG=		as
.else
PROG=		as_mips
.endif
SRCS+=		obj-elf.c tc-mips.c itbl-ops.c itbl-parse.y itbl-lex.l

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud