mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
even just building applications targeted to NetBSD. I know this will upset some people (outside FreeBSD).
12 lines
187 B
Makefile
12 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>
|