edb338ea02
platforms, which reduces the upgrade effort. Also tidy up the Makefiles.
10 lines
155 B
Makefile
10 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
NOMAN= true
|
|
BINDIR= /usr/libexec/cross/i386-winnt
|
|
SRCS+= obj-coff.c tc-i386.c
|
|
|
|
.include <bsd.prog.mk>
|