From 80b83026362d07b10ed1ae16afb162f7699757cb Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 9 Sep 2010 12:08:36 -0500 Subject: Update makefiles to reference ROOTPATH for makefile includes. --- src/sys/init/makefile | 2 +- src/sys/makefile | 2 +- src/sys/vfs/makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sys') diff --git a/src/sys/init/makefile b/src/sys/init/makefile index ba07a8647..8dbde1b7c 100644 --- a/src/sys/init/makefile +++ b/src/sys/init/makefile @@ -9,4 +9,4 @@ all: ${OBJECTS} clean: (rm -f ${OBJECTS} ) -include ../../../config.mk +include ${ROOTPATH}/config.mk diff --git a/src/sys/makefile b/src/sys/makefile index 9fd0b8d5c..21909711a 100644 --- a/src/sys/makefile +++ b/src/sys/makefile @@ -8,4 +8,4 @@ all: ${SUBDIRS} clean: $(patsubst %.d,%.clean, ${SUBDIRS}) -include ../../config.mk +include ${ROOTPATH}/config.mk diff --git a/src/sys/vfs/makefile b/src/sys/vfs/makefile index 616c8bf43..883e001e3 100644 --- a/src/sys/vfs/makefile +++ b/src/sys/vfs/makefile @@ -9,4 +9,4 @@ all: ${OBJECTS} clean: (rm -f ${OBJECTS} ) -include ../../../config.mk +include ${ROOTPATH}/config.mk -- cgit v1.2.1