freebsd-dev/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile

13 lines
183 B
Makefile
Raw Normal View History

1999-11-06 22:14:26 +00:00
#
# $FreeBSD$
#
.include "${.CURDIR}/../Makefile.inc0"
PROG= as
NOMAN= 1
BINDIR= /usr/libexec/cross/m68k-freebsd
1999-11-06 22:14:26 +00:00
SRCS+= obj-elf.c tc-m68k.c m68k-parse.c
.include <bsd.prog.mk>