summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index 129734a09a7..d7ad1b044c9 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.69 2013/03/22 08:43:31 sbd Exp $
+# $NetBSD: Makefile.common,v 1.70 2013/03/28 22:26:13 jperkin Exp $
# used by shells/zsh/Makefile
# used by shells/zsh-current/Makefile
@@ -86,7 +86,7 @@ _ZSH_OPSYS_VARS.notcsetpgrp= --without-tcsetpgrp
### terminfo
CHECK_BUILTIN.terminfo= yes
.include "../../mk/terminfo.builtin.mk"
-.if !empty(USE_BUILTIN.terminfo:M[Yy][Ee][Ss]) || ${OPSYS} == "Linux"
+.if !empty(USE_BUILTIN.terminfo:M[Yy][Ee][Ss]) || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
PLIST.terminfo= yes
.endif