diff options
author | jlam <jlam> | 2006-07-14 17:58:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-14 17:58:26 +0000 |
commit | ce96000a0af1832f6e9e0038caee1ee408de5438 (patch) | |
tree | 7400d2dad313b0b06c577dd34b7f10f2f98202f2 /bootstrap | |
parent | 262953242f1ce1c82d47477c748c13cd2b78ca6f (diff) | |
download | pkgsrc-ce96000a0af1832f6e9e0038caee1ee408de5438.tar.gz |
Catch up with modifications to bootstrap:
* pkgsrc/lang/nawk is now a bootstrap tool
* pkgsrc/mk is needed to allow the bootstrap script to properly
register the software installed.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/mkbootstrapkit | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/mkbootstrapkit b/bootstrap/mkbootstrapkit index 93e12fbe75d..7967359c32a 100755 --- a/bootstrap/mkbootstrapkit +++ b/bootstrap/mkbootstrapkit @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: mkbootstrapkit,v 1.2 2006/01/02 23:27:09 reed Exp $ +# $NetBSD: mkbootstrapkit,v 1.3 2006/07/14 17:58:26 jlam Exp $ # # Usage: mkbootstrapkit [kitdir] # @@ -23,6 +23,8 @@ for dir in \ archivers/pax \ bootstrap \ devel/bmake \ + lang/nawk \ + mk \ net/tnftp \ pkgtools/digest \ pkgtools/libnbcompat \ |