diff options
-rw-r--r-- | mk/defs.SunOS.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk index 63d2e394aa3..4a79cbaf5a6 100644 --- a/mk/defs.SunOS.mk +++ b/mk/defs.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.SunOS.mk,v 1.33 2002/10/27 18:27:11 bouyer Exp $ +# $NetBSD: defs.SunOS.mk,v 1.34 2002/11/14 10:08:01 jlam Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -130,8 +130,3 @@ ZOULARISBASE:= ${LOCALBASE} PKG_TOOLS_BIN?= ${LOCALBASE}/sbin .endif PKG_TOOLS_BIN?= ${ZOULARISBASE}/bin - -.if ${X11BASE} == "/usr/openwin" -HAVE_OPENWINDOWS= YES -.endif - |