summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-09-08 16:29:28 +0000
committerryoon <ryoon@pkgsrc.org>2013-09-08 16:29:28 +0000
commitb03150870def0643cf3d70687409c5cfbe24c3fa (patch)
tree3b904d41ebb5631f2bb588edc8a82fa1bbd6fdb4 /bootstrap/bootstrap
parentda491440906df2373b550ffa53ebcc86b5dae2a6 (diff)
downloadpkgsrc-b03150870def0643cf3d70687409c5cfbe24c3fa.tar.gz
Add FreeMiNT settings.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap10
1 files changed, 9 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 421ddf2e2f6..3e07b221406 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.198 2013/08/28 12:05:10 jperkin Exp $
+# $NetBSD: bootstrap,v 1.199 2013/09/08 16:29:28 ryoon Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -549,6 +549,14 @@ FreeBSD)
set_opsys=no
machine_arch=`uname -p`
;;
+FreeMiNT)
+ root_group=root
+ need_bsd_install=no
+ need_awk=no
+ need_sed=no
+ set_opsys=no
+ machine_arch=m68k
+ ;;
GNUkFreeBSD)
root_group=root
need_bsd_install=no