freebsd-dev/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
John Birrell 1009ce833e Don't change the name when building a cross-tool. Just set the BINDIR
to /usr/libexec/cross/${MACHINE_ARCH}-freebsdelf.
1999-11-06 21:59:29 +00:00

15 lines
213 B
Makefile

#
# $FreeBSD$
#
.include "${.CURDIR}/../Makefile.inc0"
PROG= as
.if ${MACHINE_ARCH} != "alpha"
NOMAN= 1
BINDIR= /usr/libexec/cross/alpha-freebsdelf
.endif
SRCS+= obj-elf.c tc-alpha.c
.include <bsd.prog.mk>