summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-11 17:53:16 +0000
committertv <tv@pkgsrc.org>2004-03-11 17:53:16 +0000
commitf425933991a2cf279fadad07ef77122477deb2aa (patch)
treedf806417a67b8230612e0cefcaa07eeb187f53e2 /mk/bsd.prefs.mk
parent438e0e531d48d1b0af014db7538131e45a8edeed (diff)
downloadpkgsrc-f425933991a2cf279fadad07ef77122477deb2aa.tar.gz
Add Interix bits.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 70b871d0ee3..b3bd1a9f3cc 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.156 2004/03/09 20:39:50 recht Exp $
+# $NetBSD: bsd.prefs.mk,v 1.157 2004/03/11 17:53:16 tv Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -151,6 +151,10 @@ LOWER_ARCH!= ${UNAME} -p
LOWER_OPSYS?= irix${OS_VERSION}
LOWER_VENDOR?= sgi
+.elif ${OPSYS} == "Interix"
+LOWER_OPSYS?= interix3
+LOWER_VENDOR?= pc
+
.elif !defined(LOWER_OPSYS)
LOWER_OPSYS!= echo ${OPSYS} | tr A-Z a-z
.endif