freebsd-dev/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
2001-05-28 09:19:47 +00:00

15 lines
206 B
Makefile

#
# $FreeBSD$
#
.include "${.CURDIR}/../Makefile.inc0"
PROG= as
NOMAN= 1
.if ${TARGET_ARCH} != "i386"
BINDIR= /usr/libexec/cross/i386-freebsd
.endif
SRCS+= obj-elf.c tc-i386.c
.include <bsd.prog.mk>