summaryrefslogtreecommitdiff
path: root/devel/bmake/files/machine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/machine.sh')
-rwxr-xr-xdevel/bmake/files/machine.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bmake/files/machine.sh b/devel/bmake/files/machine.sh
index 1f267b092ad..ecc269cc4e2 100755
--- a/devel/bmake/files/machine.sh
+++ b/devel/bmake/files/machine.sh
@@ -2,7 +2,7 @@
# derrived from /etc/rc_d/os.sh
# RCSid:
-# $Id: machine.sh,v 1.1.1.4 2011/06/18 22:17:59 bsiegert Exp $
+# $Id: machine.sh,v 1.1.1.5 2015/05/19 21:36:44 joerg Exp $
#
# @(#) Copyright (c) 1994-2002 Simon J. Gerraty
#
@@ -49,6 +49,10 @@ OpenBSD)
arch=`Which arch /usr/bin:/usr/ucb:$PATH`
MACHINE_ARCH=`$arch -s`;
;;
+Bitrig)
+ MACHINE=$OS$OSMAJOR.$machine
+ MACHINE_ARCH=`uname -m`;
+ ;;
*BSD)
MACHINE=$OS$OSMAJOR.$machine
;;