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:
parent
8b3e2e0fee
commit
c6ac3a1de9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user