9a539ebbe1
No need for if() logic. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15 lines
272 B
Makefile
15 lines
272 B
Makefile
# 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}
|