diff options
-rwxr-xr-x | devel/bmake/files/machine.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bmake/files/machine.sh b/devel/bmake/files/machine.sh index fcb29ffe388..248428ca994 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.5 2013/02/09 12:57:35 obache Exp $ +# $Id: machine.sh,v 1.6 2013/04/06 01:46:06 obache Exp $ # # @(#) Copyright (c) 1994-2002 Simon J. Gerraty # @@ -82,7 +82,7 @@ Linux) esac ;; CYGWIN_*) - OS=CYGWIN + OS=Cygwin MACHINE=i386 MACHINE_ARCH=i386 ;; |