openrc/mk/os.mk

13 lines
269 B
Makefile
Raw Normal View History

2009-05-01 15:11:40 +01:00
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.
# Generic definitions
_OS_SH= uname -s | tr '/' '-'
_OS:= $(shell ${_OS_SH})
OS?= ${_OS}
include ${MK}/os-${OS}.mk
include ${MK}/os-prefix.mk
2008-01-10 19:50:01 +00:00
RC_LIB= /$(LIBNAME)/rc