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

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

PROG=		as
.if	${TARGET_ARCH} != "sparc64"
NOMAN=		1
BINDIR=		/usr/libexec/cross/sparc64-freebsd
.endif
SRCS+=		obj-elf.c tc-sparc.c

.include <bsd.prog.mk>