From a50db5588430bf8fb6eab7cbdea636ea8628473c Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 12 Nov 1999 20:04:59 +0000 Subject: [PATCH] Replace 'i386' with '${MACHINE_ARCH}' in preparation of the development of a linuxulator for Alpha. --- sys/modules/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index ad2bb2d7c76..2c186f6dd9d 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