summaryrefslogtreecommitdiff
path: root/mk/os.mk
blob: e4598597751aa379b0d031ed3ef296963166d9dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.

# Generic definitions

_OS_SH=		uname -s
_OS!= 		${_OS_SH}
OS?= 		${_OS}$(shell ${_OS_SH})
include ${MK}/os-${OS}.mk

RC_LIB=		/$(LIBNAME)/rc