summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-15 09:19:17 +0000
committerobache <obache@pkgsrc.org>2013-02-15 09:19:17 +0000
commit2323bf166f9af0a9e95aef56a5fa6e55c866ce9f (patch)
tree89430ad0842aab4649693210ec9fa02c088484c8 /mk
parent486218f5e3ddb9909b74e4213aca1990c5983cff (diff)
downloadpkgsrc-2323bf166f9af0a9e95aef56a5fa6e55c866ce9f.tar.gz
set Cygwin kernel name to OS_VARIANT for further usage.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 145ba687e12..52196a395fb 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.331 2013/02/10 12:25:17 obache Exp $
+# $NetBSD: bsd.prefs.mk,v 1.332 2013/02/15 09:19:17 obache Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -134,6 +134,7 @@ LOWER_VENDOR?= pc
LOWER_ARCH!= ${UNAME} -m
_OS_VERSION!= ${UNAME} -r
OS_VERSION= ${_OS_VERSION:C/\(.*\)//}
+OS_VARIANT!= ${UNAME} -s
.elif ${OPSYS} == "Darwin"
LOWER_OPSYS?= darwin