freebsd-dev/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile
John Birrell bf5c062675 Replace freebsdelf with freebsd in BINDIR.
[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied
  by Peter (one of the repo-men) ]

Requested by: obrien
1999-11-07 05:56:04 +00:00

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>