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

15 lines
161 B
Makefile
Raw Normal View History

1998-05-04 22:05:54 +00:00
#
# $Id$
#
.include "../Makefile.inc0"
.if ${MACHINE_ARCH} == "i386"
PROG= as
.else
PROG= as_i386
.endif
SRCS+= obj-elf.c tc-i386.c
.include <bsd.prog.mk>