installboot is compiled in native mode on amd64, unlike the other

things around here. Hence, the machine/ include dir must actually
point to its own.
This commit is contained in:
fvdl 2003-05-09 00:11:26 +00:00
parent b8984d0017
commit daea75d74a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2002/11/23 23:34:40 fvdl Exp $
# $NetBSD: Makefile,v 1.26 2003/05/09 00:11:26 fvdl Exp $
NOMAN= # defined
@ -29,6 +29,6 @@ CLEANFILES+= machine
machine::
-rm -f $@
ln -s ${.CURDIR}/../../include $@
ln -s ${.CURDIR}/../../../${MACHINE}/include $@
.include <bsd.prog.mk>