edb338ea02
platforms, which reduces the upgrade effort. Also tidy up the Makefiles.
12 lines
192 B
Makefile
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>
|