summaryrefslogtreecommitdiff
path: root/devel/mkcmd/files
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-15 17:50:53 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-15 17:50:53 +0000
commit47c117f489ccc65623b4d5e0dd40ebc62b395906 (patch)
tree1de857b56281dcd7eb8cafdcae3d20b427521bff /devel/mkcmd/files
parentf22e43ae7a0be2e23c407bfff59cbea6d0de7755 (diff)
downloadpkgsrc-47c117f489ccc65623b4d5e0dd40ebc62b395906.tar.gz
Fix errno. Add DragonFly.
Diffstat (limited to 'devel/mkcmd/files')
-rw-r--r--devel/mkcmd/files/makeme4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mkcmd/files/makeme b/devel/mkcmd/files/makeme
index 518653c12f5..92b8e9aacc9 100644
--- a/devel/mkcmd/files/makeme
+++ b/devel/mkcmd/files/makeme
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $
+# $Id: makeme,v 1.3 2006/01/15 17:50:53 joerg 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" ;;
- Darwin*|*BSD*)
+ Darwin*|*BSD*|DragonFly*)
HOSTTYPE="FREEBSD" ;;
BSDI*)
HOSTTYPE="BSDI" ;;