summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorryoon <ryoon>2014-02-22 09:40:52 +0000
committerryoon <ryoon>2014-02-22 09:40:52 +0000
commitb7ca9be46163f1eb9d1ef4d41cedfcea3b8149d1 (patch)
tree344f11a7b5da33c676e86799f0a7af11490dc791 /mk
parent2f28a6250e5d08fcc29ac4de7e0f5604a92ca214 (diff)
downloadpkgsrc-b7ca9be46163f1eb9d1ef4d41cedfcea3b8149d1.tar.gz
Use .elif, not .else if
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index e18f6db1bc9..b7b6420d432 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.341 2014/02/20 21:27:43 jperkin Exp $
+# $NetBSD: bsd.prefs.mk,v 1.342 2014/02/22 09:40:52 ryoon Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -293,7 +293,7 @@ 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-*)
+. elif !empty(_UNAME_V:Momnios-*)
OS_VARIANT= OmniOS
. endif