summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-01-16 02:16:35 +0000
committerobache <obache@pkgsrc.org>2010-01-16 02:16:35 +0000
commit8ab5ae37c6258c4ddaa54440c1e4c9fbf91ff60e (patch)
treeb1892ac7a903994a4263b6d9856e9c9f40efb432 /mk/bsd.prefs.mk
parent268086c70f9b9295810044a534112d4526e0b094 (diff)
downloadpkgsrc-8ab5ae37c6258c4ddaa54440c1e4c9fbf91ff60e.tar.gz
Add support of SSD/Linux.
* ROOT_GROUP=wheel, fixes PR#42073. * LOWER_VENDOR=ssd * adjust paths for some tools
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index fe15a58d750..5b5addbfa62 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.302 2010/01/06 18:21:44 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.303 2010/01/16 02:16:35 obache Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -219,6 +219,8 @@ LOWER_VENDOR?= mandrake
LOWER_VENDOR?= redhat
. elif exists(/etc/slackware-version)
LOWER_VENDOR?= slackware
+. elif exists(/etc/ssdlinux_version)
+LOWER_VENDOR?= ssd
. elif ${LOWER_ARCH} == "i386"
LOWER_VENDOR?= pc
. endif