1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-05-04 22:04:55 +00:00
|
|
|
|
1998-05-05 10:32:47 +00:00
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
1998-05-05 08:57:11 +00:00
|
|
|
|
2001-10-15 01:43:23 +00:00
|
|
|
.if ${TARGET_ARCH} != "alpha"
|
|
|
|
NOMAN= true
|
|
|
|
BINDIR= /usr/libexec/cross/alpha-freebsd
|
1998-05-04 22:04:55 +00:00
|
|
|
.endif
|
2001-10-15 01:43:23 +00:00
|
|
|
SRCS+= obj-elf.c tc-alpha.c
|
1998-05-04 22:04:55 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|