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>
|