6fc579d56c
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.
13 lines
169 B
Makefile
13 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>
|