diff options
author | tv <tv> | 2004-03-29 02:22:18 +0000 |
---|---|---|
committer | tv <tv> | 2004-03-29 02:22:18 +0000 |
commit | effeee45a3a8ef1db5f49454a7a578e3e22fe7c5 (patch) | |
tree | 0dab800192d20dce2d1599f9df5f2375292c8a7c /bootstrap/mkbinarykit | |
parent | 21732ef31d237f054b77fe3b5c889dd0b3afb9d1 (diff) | |
download | pkgsrc-effeee45a3a8ef1db5f49454a7a578e3e22fe7c5.tar.gz |
Add Interix block.
Diffstat (limited to 'bootstrap/mkbinarykit')
-rwxr-xr-x | bootstrap/mkbinarykit | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap/mkbinarykit b/bootstrap/mkbinarykit index 358366c737b..ab6931f6240 100755 --- a/bootstrap/mkbinarykit +++ b/bootstrap/mkbinarykit @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: mkbinarykit,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $ +# $NetBSD: mkbinarykit,v 1.2 2004/03/29 02:22:18 tv Exp $ # # Make a binary bootstrap kit and place it in targetdir (or current # working directory if not specified). The mk.conf.example file is @@ -48,6 +48,12 @@ OpenBSD) ospro=`arch -s` ;; +Interix) + mkfile=/etc/mk.conf.example + # Don't use the interopsystems.com package dir + pkgdbdir=/usr/pkg/pkgdb + ospro=i386 + ;; SunOS) sedprog=/usr/xpg4/bin/sed ;; |