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

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

.if ${TARGET_ARCH} != "ia64"
NOMAN=	 true
BINDIR=	/usr/libexec/cross/ia64-freebsd
.endif
SRCS+=	obj-elf.c tc-ia64.c

.include <bsd.prog.mk>