freebsd-dev/gnu/usr.bin/binutils/as/m68k-netbsdaout/Makefile
John Birrell 7426ce67f6 gas for m68k targeted to NetBSD's a.out format. Useful for porting or
even just building applications targeted to NetBSD.

I know this will upset some people (outside FreeBSD).
1999-11-06 22:21:57 +00:00

13 lines
187 B
Makefile

#
# $FreeBSD$
#
.include "${.CURDIR}/../Makefile.inc0"
PROG= as
NOMAN= 1
BINDIR= /usr/libexec/cross/m68k-netbsdaout
SRCS+= obj-aout.c tc-m68k.c m68k-parse.c
.include <bsd.prog.mk>