mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
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
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
MAKESRCPATH= ${.CURDIR}/../../../dev/aic7xxx/aicasm
|
|
|
|
install:
|
|
|
|
.include "${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile"
|
|
|
|
build-tools: ${PROG}
|