freebsd-dev/gnu/usr.bin/binutils/as/i386-winnt/Makefile
John Birrell 6fc579d56c This one might be a bit controversial. 8-)
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.
1999-11-06 22:26:43 +00:00

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>