diff options
-rw-r--r-- | mk/bsd.prefs.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index eff8eebcdf0..e9a5c3cae4e 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.37 2001/06/07 15:17:08 tron Exp $ +# $NetBSD: bsd.prefs.mk,v 1.38 2001/06/08 21:21:05 tron Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -208,6 +208,11 @@ PKG_TOOLS_BIN?= /usr/sbin LOCALBASE?= ${DESTDIR}/usr/local ZOULARISBASE?= ${LOCALBASE}/bsd PKG_TOOLS_BIN?= ${ZOULARISBASE}/bin + +.if (${X11BASE} == "/usr/openwin") +HAVE_OPENWINDOWS= YES +.endif + .elif (${OPSYS} == "Linux") ZOULARISBASE?= ${DESTDIR}/usr/local/bsd PKG_TOOLS_BIN?= ${ZOULARISBASE}/bin |