mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied by Peter (one of the repo-men) ] Requested by: obrien
12 lines
172 B
Makefile
12 lines
172 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
PROG= as
|
|
NOMAN= 1
|
|
BINDIR= /usr/libexec/cross/powerpc-freebsd
|
|
SRCS+= obj-elf.c tc-ppc.c
|
|
|
|
.include <bsd.prog.mk>
|