summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2008-12-06 14:45:03 +0000
committerps <ps@FreeBSD.org>2008-12-06 14:45:03 +0000
commit78e3ca984544addee20dc6f608d32e1b19fa0a69 (patch)
tree94a3d0680e622579fdbad5fa8cdf17e2e96d29a4 /sys/boot
parent278fe65d806dc84125dade5682e8b6d551ab23ca (diff)
downloadFreeBSD-src-78e3ca984544addee20dc6f608d32e1b19fa0a69.zip
FreeBSD-src-78e3ca984544addee20dc6f608d32e1b19fa0a69.tar.gz
Correct include path for i386 specific includes. This allows zfs
to boot on systems where the loader is built on amd64 systems.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/zfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/zfs/Makefile b/sys/boot/zfs/Makefile
index 5a22ecd..b48804b 100644
--- a/sys/boot/zfs/Makefile
+++ b/sys/boot/zfs/Makefile
@@ -29,7 +29,7 @@ CFLAGS+= -Wformat -Wall
.if ${MACHINE_ARCH} == "amd64"
CLEANFILES+= machine
machine:
- ln -sf ${.CURDIR}/../../../i386/include machine
+ ln -sf ${.CURDIR}/../../i386/include machine
.endif
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud