add MKPREFIX flag to build system

This allows building OpenRC for a Gentoo Prefix installation.
This commit is contained in:
William Hubbs
2012-08-31 09:22:12 -05:00
parent 1f01157354
commit 9e88d73aaa
3 changed files with 10 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ _OS_SH= uname -s
_OS:= $(shell ${_OS_SH})
OS?= ${_OS}
include ${MK}/os-${OS}.mk
include ${MK}/os-prefix.mk
RC_LIB= /$(LIBNAME)/rc