summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-06 11:40:22 +0000
committerobache <obache@pkgsrc.org>2010-02-06 11:40:22 +0000
commit6ff567d03ca0153deebe91514381d3975d61eaa5 (patch)
tree7a329442bd08fe4cb8eec058cf29c7011806950d /mk
parentb2fc826730ab9a632c3830815f57dcbeb3fdbb6d (diff)
downloadpkgsrc-6ff567d03ca0153deebe91514381d3975d61eaa5.tar.gz
Set LOWER_VENDOR=pc for Haiku/i386.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 01195c1de1d..64dfdd1aee1 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.306 2010/01/29 17:20:51 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.307 2010/02/06 11:40:22 obache Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -174,6 +174,12 @@ LOWER_VENDOR?= pc
. endif
LOWER_VENDOR?= unknown
+.elif ${OPSYS} == "Haiku"
+LOWER_OPSYS?= haiku
+. if ${MACHINE_ARCH} == "i386"
+LOWER_VENDOR?= pc
+. endif
+
.elif ${OPSYS} == "Interix"
LOWER_OPSYS?= interix
LOWER_VENDOR?= pc