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

# Generic definitions

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

RC_LIB=		/$(LIBNAME)/rc

SFX:=		${SFX_PFX}${SFX}
.SUFFIXES:	${SFX}