1999-11-06 22:12:24 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
|
|
|
|
PROG= as
|
1999-12-17 15:50:45 +00:00
|
|
|
.if ${TARGET_ARCH} != "sparc"
|
1999-11-06 22:12:24 +00:00
|
|
|
NOMAN= 1
|
1999-11-07 05:56:04 +00:00
|
|
|
BINDIR= /usr/libexec/cross/sparc-freebsd
|
1999-11-06 22:12:24 +00:00
|
|
|
.endif
|
|
|
|
SRCS+= obj-elf.c tc-sparc.c
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|