diff options
| author | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 | 
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 | 
| commit | 43147845209873b0776bd75d363913fe25611f49 (patch) | |
| tree | ab3295c30664476d8d05b0fe5fe9ace702ade5ea /src/librc | |
| parent | 2643f2e605f102d2c2fa098d0cf5400d3795ed4a (diff) | |
| download | openrc-43147845209873b0776bd75d363913fe25611f49.tar.xz | |
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
Diffstat (limited to 'src/librc')
| -rw-r--r-- | src/librc/Makefile | 10 | 
1 files changed, 5 insertions, 5 deletions
| 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 | 
