From 78e3ca984544addee20dc6f608d32e1b19fa0a69 Mon Sep 17 00:00:00 2001 From: ps Date: Sat, 6 Dec 2008 14:45:03 +0000 Subject: Correct include path for i386 specific includes. This allows zfs to boot on systems where the loader is built on amd64 systems. --- sys/boot/zfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot') 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 -- cgit v1.1