From d9d3c6c6a78273a4480fa649b77f97a7ed76a0a6 Mon Sep 17 00:00:00 2001 From: epg Date: Wed, 6 Apr 2005 15:48:17 +0000 Subject: Fix Darwin build. --- devel/mkcmd/files/makeme | 4 ++-- sysutils/xapply/files/makeme | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/mkcmd/files/makeme b/devel/mkcmd/files/makeme index 12b290a13b8..518653c12f5 100644 --- a/devel/mkcmd/files/makeme +++ b/devel/mkcmd/files/makeme @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: makeme,v 1.1.1.1 2004/11/10 00:46:04 epg Exp $ +# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $ # This hack won't work for every trick you can play with /usr/msrc. # If the Distfile sends different files to the various platforms, or # builds a file on the meta source machine with a special tool or @@ -39,7 +39,7 @@ if [ -z "$HOSTTYPE" ] ; then HOSTTYPE="NEXT2" ;; *Solaris*|*[Ss]un[Oo][Ss]*) HOSTTYPE="SUN5" ;; - *BSD*) + Darwin*|*BSD*) HOSTTYPE="FREEBSD" ;; BSDI*) HOSTTYPE="BSDI" ;; diff --git a/sysutils/xapply/files/makeme b/sysutils/xapply/files/makeme index a8a4193ca79..518653c12f5 100644 --- a/sysutils/xapply/files/makeme +++ b/sysutils/xapply/files/makeme @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: makeme,v 1.1.1.1 2004/11/10 00:47:45 epg Exp $ +# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $ # This hack won't work for every trick you can play with /usr/msrc. # If the Distfile sends different files to the various platforms, or # builds a file on the meta source machine with a special tool or @@ -39,7 +39,7 @@ if [ -z "$HOSTTYPE" ] ; then HOSTTYPE="NEXT2" ;; *Solaris*|*[Ss]un[Oo][Ss]*) HOSTTYPE="SUN5" ;; - *BSD*) + Darwin*|*BSD*) HOSTTYPE="FREEBSD" ;; BSDI*) HOSTTYPE="BSDI" ;; -- cgit v1.2.3