13 lines
175 B
Makefile
13 lines
175 B
Makefile
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
.include "${.CURDIR}/../Makefile.inc0"
|
||
|
|
||
|
PROG= as
|
||
|
NOMAN= 1
|
||
|
BINDIR= /usr/libexec/cross/powerpc-freebsdelf
|
||
|
SRCS+= obj-elf.c tc-ppc.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|