freebsd-dev/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
David E. O'Brien edb338ea02 We can easily share obj-format.h and targ-env.h files across all FreeBSD
platforms, which reduces the upgrade effort.
Also tidy up the Makefiles.
2001-10-15 01:43:23 +00:00

12 lines
192 B
Makefile

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