freebsd-dev/gnu/usr.bin/binutils/as/sparc-freebsd/Makefile
John Birrell bf5c062675 Replace freebsdelf with freebsd in BINDIR.
[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied
  by Peter (one of the repo-men) ]

Requested by: obrien
1999-11-07 05:56:04 +00:00

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>