summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c088f4dfdd4..a87553b8181 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.67 2012/09/11 23:25:10 asau Exp $
+# $NetBSD: Makefile.common,v 1.68 2013/02/18 20:02:38 jperkin Exp $
# used by shells/zsh/Makefile
# used by shells/zsh-current/Makefile
@@ -94,7 +94,7 @@ PLIST.terminfo= yes
.if empty(MACHINE_PLATFORM:MNetBSD-[0-9]*)
CHECK_BUILTIN.curses= yes
.include "../../mk/curses.builtin.mk"
-.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss])
+.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss]) || ${OPSYS} == "SunOS"
PLIST.curses= yes
.endif
.endif