freebsd-dev/gnu/usr.bin/binutils/as/i386-freebsd/Makefile

15 lines
207 B
Makefile
Raw Normal View History

1998-05-04 22:05:54 +00:00
#
1999-08-27 23:37:10 +00:00
# $FreeBSD$
1998-05-04 22:05:54 +00:00
#
.include "${.CURDIR}/../Makefile.inc0"
1998-05-04 22:05:54 +00:00
PROG= as
.if ${MACHINE_ARCH} != "i386"
NOMAN= 1
BINDIR= /usr/libexec/cross/i386-freebsd
1998-05-04 22:05:54 +00:00
.endif
SRCS+= obj-elf.c tc-i386.c
.include <bsd.prog.mk>