summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-11-12 20:04:59 +0000
committermarcel <marcel@FreeBSD.org>1999-11-12 20:04:59 +0000
commit858cd0e9d81d812dc7b10f985b8fb1f06ca4d899 (patch)
treee298a6a761cacdd561239b7a022c282cc90126fd /sys/modules/linux
parent864110d383646ab4105940c13d58d1453bc2a268 (diff)
downloadFreeBSD-src-858cd0e9d81d812dc7b10f985b8fb1f06ca4d899.zip
FreeBSD-src-858cd0e9d81d812dc7b10f985b8fb1f06ca4d899.tar.gz
Replace 'i386' with '${MACHINE_ARCH}' in preparation of the development
of a linuxulator for Alpha.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index ad2bb2d..2c186f6 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../i386/linux
+.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/linux
MAINTAINER= marcel@FreeBSD.org
OpenPOWER on IntegriCloud