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

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

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

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