diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-08 16:29:28 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-08 16:29:28 +0000 |
commit | 790eb1b7873d81b91a52e191ad368d30f4c00ded (patch) | |
tree | 3b904d41ebb5631f2bb588edc8a82fa1bbd6fdb4 /bootstrap | |
parent | 2eadddf2ce2272b20e0d887aba048ca69513355c (diff) | |
download | pkgsrc-790eb1b7873d81b91a52e191ad368d30f4c00ded.tar.gz |
Add FreeMiNT settings.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 10 |
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 |