fb404d6fcf
is a compiler tool and needs to be compiled by the host compiler. I've tested this in i386->sparc cross-build, 4.7->current upgrade, normal buildkernel target, and normal /sys/i386/compile/GENERIC configurations. Submitted by: ru
10 lines
157 B
Makefile
10 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
MAKESRCPATH= ${.CURDIR}/../../../dev/aic7xxx/aicasm
|
|
|
|
install:
|
|
|
|
.include "${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile"
|
|
|
|
build-tools: ${PROG}
|