From bb59753778cc76ee50757cd4056b2c3178eea185 Mon Sep 17 00:00:00 2001 From: epg Date: Wed, 6 Apr 2005 15:48:17 +0000 Subject: Fix Darwin build. --- sysutils/xapply/files/makeme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') 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