From 43147845209873b0776bd75d363913fe25611f49 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 10 Jan 2008 16:35:59 +0000 Subject: Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's. --- src/librc/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/librc') diff --git a/src/librc/Makefile b/src/librc/Makefile index 095988b8..888155b8 100644 --- a/src/librc/Makefile +++ b/src/librc/Makefile @@ -1,5 +1,5 @@ -TOPDIR= .. -include ${TOPDIR}/os.mk +MK= ../../mk +include ${MK}/os.mk LIB= rc SHLIB_MAJOR= 1 @@ -11,9 +11,9 @@ VERSION_MAP= rc.map CFLAGS+= -DLIB=\"${LIBNAME}\" LDADD+= ${LIBKVM} -CFLAGS+= -I${TOPDIR} +CFLAGS+= -I../includes SHLIBDIR= /${LIBNAME} -include ${TOPDIR}/cc.mk -include ${TOPDIR}/lib.mk +include ${MK}/cc.mk +include ${MK}/lib.mk -- cgit v1.2.3