bf5c062675
[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied by Peter (one of the repo-men) ] Requested by: obrien
15 lines
210 B
Makefile
15 lines
210 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
PROG= as
|
|
.if ${MACHINE_ARCH} != "sparc"
|
|
NOMAN= 1
|
|
BINDIR= /usr/libexec/cross/sparc-freebsd
|
|
.endif
|
|
SRCS+= obj-elf.c tc-sparc.c
|
|
|
|
.include <bsd.prog.mk>
|