summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
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