bf5c062675
[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied by Peter (one of the repo-men) ] Requested by: obrien
13 lines
183 B
Makefile
13 lines
183 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
PROG= as
|
|
NOMAN= 1
|
|
BINDIR= /usr/libexec/cross/m68k-freebsd
|
|
SRCS+= obj-elf.c tc-m68k.c m68k-parse.c
|
|
|
|
.include <bsd.prog.mk>
|