diff options
author | agc <agc@pkgsrc.org> | 1999-07-08 08:06:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-07-08 08:06:59 +0000 |
commit | c9580c587120eea5875621a98a77ce82bffe8684 (patch) | |
tree | f918b1c5a70ec02c3d6fff47bf080895bf6eea16 /mk/bsd.prefs.mk | |
parent | f51461529ddbf09070a83e9aaae40a22698c6045 (diff) | |
download | pkgsrc-c9580c587120eea5875621a98a77ce82bffe8684.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.mk | 4 |
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) |