summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authoragc <agc>1999-07-08 08:06:59 +0000
committeragc <agc>1999-07-08 08:06:59 +0000
commit8feb29bb1bd8d342576212551edd5853efa60707 (patch)
treef918b1c5a70ec02c3d6fff47bf080895bf6eea16 /mk/bsd.prefs.mk
parent0025e47edc98b966305944b7e924e876175c02eb (diff)
downloadpkgsrc-8feb29bb1bd8d342576212551edd5853efa60707.tar.gz
Revert to previous configuration:
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding.
Diffstat (limited to 'mk/bsd.prefs.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 e6d72540ae3..68ab3595ea1 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.10 1999/07/08 07:58:42 agc Exp $
+# $NetBSD: bsd.prefs.mk,v 1.11 1999/07/08 08:06:59 agc Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -43,7 +43,7 @@ MACHINE_GNU_ARCH?= ${GNU_ARCH.${MACHINE_ARCH}}
LOWER_OPSYS?= netbsd
.elif ${OPSYS} == "SunOS"
LOWER_VENDOR?= sun
-LOWER_OPSYS?= sunos
+LOWER_OPSYS?= solaris
.elif ${OPSYS} == "Linux"
LOWER_OPSYS?= linux
.elif !defined(LOWER_OPSYS)