freebsd-dev/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
John Birrell d19f65c59d Replace freebsdelf with freebsd in BINDIR
Requested by: obrien
1999-11-07 08:07:02 +00:00

15 lines
207 B
Makefile

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