2015-12-05 04:22:19 +05:30
|
|
|
# Copyright (c) 2008-2015 The OpenRC Authors.
|
|
|
|
# See the Authors file at the top-level directory of this distribution and
|
|
|
|
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
|
|
|
#
|
|
|
|
# This file is part of OpenRC. It is subject to the license terms in
|
|
|
|
# the LICENSE file found in the top-level directory of this
|
|
|
|
# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
|
|
|
# This file may not be copied, modified, propagated, or distributed
|
|
|
|
# except according to the terms contained in the LICENSE file.
|
2008-01-06 00:55:55 +05:30
|
|
|
|
|
|
|
# Generic definitions
|
|
|
|
|
2013-10-30 00:05:33 +05:30
|
|
|
_OS_SH= uname -s | tr '/' '-'
|
2011-01-30 05:02:38 +05:30
|
|
|
_OS:= $(shell ${_OS_SH})
|
|
|
|
OS?= ${_OS}
|
2008-03-19 20:52:20 +05:30
|
|
|
include ${MK}/os-${OS}.mk
|
2012-08-31 19:52:12 +05:30
|
|
|
include ${MK}/os-prefix.mk
|
2008-01-06 00:55:55 +05:30
|
|
|
|
2008-01-11 01:20:01 +05:30
|
|
|
RC_LIB= /$(LIBNAME)/rc
|