mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
gas for i386 targeted to NT for those (like me) who have to do work targeted to NT, but can't stand actually looking at it all day long. I cross build apps on FreeBSD and just run them on NT later. Life is better that way.
12 lines
169 B
Makefile
12 lines
169 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
PROG= as
|
|
NOMAN= 1
|
|
BINDIR= /usr/libexec/cross/i386-winnt
|
|
SRCS+= obj-coff.c tc-i386.c
|
|
|
|
.include <bsd.prog.mk>
|