edb338ea02
platforms, which reduces the upgrade effort. Also tidy up the Makefiles.
12 lines
195 B
Makefile
12 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
.if ${TARGET_ARCH} != "alpha"
|
|
NOMAN= true
|
|
BINDIR= /usr/libexec/cross/alpha-freebsd
|
|
.endif
|
|
SRCS+= obj-elf.c tc-alpha.c
|
|
|
|
.include <bsd.prog.mk>
|