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