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

18 lines
271 B
Makefile
Raw Normal View History

1998-05-04 22:04:55 +00:00
#
# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
1998-05-04 22:04:55 +00:00
#
.include "../Makefile.inc0"
# Get the BINDIR for this host:
.include "../../Makefile.inc"
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>