1998-05-04 22:04:55 +00:00
|
|
|
#
|
1998-05-05 08:57:11 +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"
|
|
|
|
|
1998-05-05 08:57:11 +00:00
|
|
|
# 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>
|