mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replace 'i386' with '${MACHINE_ARCH}' in preparation of the development
of a linuxulator for Alpha.
This commit is contained in:
parent
422fd76f84
commit
a50db55884
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../i386/linux
|
||||
.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/linux
|
||||
|
||||
MAINTAINER= marcel@FreeBSD.org
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue