summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
blob: a58d93f3ea78cadaeb3f8c38a70a9be3925e47e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $
#

.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