diff options
author | ryoon <ryoon> | 2013-07-19 14:29:16 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-07-19 14:29:16 +0000 |
commit | 790fc95f15ef485deb36f796f17a055c49973787 (patch) | |
tree | 5265f5339796308bfe86c9bab914a2a130b92826 /mk | |
parent | 927b5259bcf4a3dc7e24ddd639ed15e8b76c8fdb (diff) | |
download | pkgsrc-790fc95f15ef485deb36f796f17a055c49973787.tar.gz |
Set OS_VARIANT for OmniOS.
* OmniOS (SunOS variant) is shipped with readline 6.2. OS_VARIANT=OmniOS
will be used by devel/readline/buildlink3.mk.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 1b86f060018..8885d7d964e 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.336 2013/04/28 13:21:47 obache Exp $ +# $NetBSD: bsd.prefs.mk,v 1.337 2013/07/19 14:29:16 ryoon Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -293,6 +293,8 @@ LOWER_OPSYS_VERSUFFIX= 2.${OS_VERSION:C/5.//} _UNAME_V!= ${UNAME} -v . if !empty(_UNAME_V:Mjoyent_*) OS_VARIANT= SmartOS +. else if !empty(_UNAME_V:Momnios-*) +OS_VARIANT= OmniOS . endif .elif ${OPSYS} == "Minix" |