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/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/makefile') 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 -- cgit v1.2.1