Add .NOPATH to the machine target so that builds in sys/boot work and don't

error out building zfs loader.

Submitted by:	sjg@freebsd.org
This commit is contained in:
Sean Bruno 2014-07-23 22:12:05 +00:00
parent 8b3e2e0fee
commit c6ac3a1de9

View File

@ -134,6 +134,6 @@ LDADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFSBOOT} ${LIBI386} ${LIBSTAND}
beforedepend ${OBJS}: machine
CLEANFILES+= machine
CFLAGS+= -DLOADER_PREFER_AMD64
machine:
machine: .NOPATH
ln -sf ${.CURDIR}/../../../i386/include machine
.endif