2008-03-26 23:23:37 +05:30
|
|
|
# Copyright 2008 Roy Marples <roy@marples.name>
|
|
|
|
# All rights reserved. Released under the 2-clause BSD license.
|
2008-01-06 00:55:55 +05:30
|
|
|
|
|
|
|
# Generic definitions
|
|
|
|
|
2008-01-11 01:20:01 +05:30
|
|
|
_OS_SH= uname -s
|
|
|
|
_OS!= ${_OS_SH}
|
|
|
|
OS?= ${_OS}$(shell ${_OS_SH})
|
2008-03-19 20:52:20 +05:30
|
|
|
include ${MK}/os-${OS}.mk
|
2008-01-06 00:55:55 +05:30
|
|
|
|
2008-01-11 01:20:01 +05:30
|
|
|
RC_LIB= /$(LIBNAME)/rc
|
2008-01-06 00:55:55 +05:30
|
|
|
|