sep ${.OBJDIR} fixes by Antoine Leica.

This commit is contained in:
Ben Gras 2010-06-27 23:47:23 +00:00
parent a3db59df6f
commit 6e47e2996f

View file

@ -15,7 +15,7 @@ MAN=
BINDIR?= /usr/sbin
INSTALLFLAGS+= -S 128k
CPPFLAGS+= -I${.CURDIR} -Iarch/${ARCH}
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${ARCH}
CPPFLAGS+= -I${MINIXSRCDIR}
.include "arch/${ARCH}/Makefile.inc"