summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2003-12-11 22:35:50 +0000
committerreed <reed@pkgsrc.org>2003-12-11 22:35:50 +0000
commit9355da422e0a3f06be6036ac103cfeca72c650bf (patch)
tree7126eedf17715494ddddf84d55f5f3e6f26750bb /mk/bsd.prefs.mk
parentbb36ff1b94242e1d56670e1794d3f65cb12958b6 (diff)
downloadpkgsrc-9355da422e0a3f06be6036ac103cfeca72c650bf.tar.gz
For BSD/OS, the customized libtool uses "bsdi", so set
LOWER_OPSYS to that.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index c70d78a3e6a..7aad714480f 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.134 2003/12/10 13:59:07 grant Exp $
+# $NetBSD: bsd.prefs.mk,v 1.135 2003/12/11 22:35:50 reed Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -58,6 +58,9 @@ MACHINE_GNU_ARCH?= ${GNU_ARCH.${MACHINE_ARCH}}
.if ${OPSYS} == "NetBSD"
LOWER_OPSYS?= netbsd
+.elif ${OPSYS} == "BSDOS"
+LOWER_OPSYS?= bsdi
+
.elif ${OPSYS} == "FreeBSD"
LOWER_OPSYS?= freebsd
LOWER_ARCH!= ${UNAME} -p