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

15 lines
209 B
Makefile
Raw Normal View History

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