7426ce67f6
even just building applications targeted to NetBSD. I know this will upset some people (outside FreeBSD).
13 lines
187 B
Makefile
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>
|