summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
blob: 5d694f23c37b2733fd946ead73dc6d0dc46f7977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $FreeBSD$
#

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

.if	${MACHINE_ARCH} == "alpha"
PROG=		as
.else
PROG=		as_alpha
.endif
SRCS+=		obj-elf.c tc-alpha.c

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