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

15 lines
219 B
Makefile
Raw Normal View History

1998-05-04 22:04:55 +00:00
#
# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $
1998-05-04 22:04:55 +00:00
#
.include "${.CURDIR}/../Makefile.inc0"
1998-05-04 22:04:55 +00:00
.if ${MACHINE_ARCH} == "alpha"
PROG= as
.else
PROG= as_alpha
.endif
SRCS+= obj-elf.c tc-alpha.c
.include <bsd.prog.mk>