1009ce833e
to /usr/libexec/cross/${MACHINE_ARCH}-freebsdelf.
15 lines
213 B
Makefile
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>
|