diff options
Diffstat (limited to 'bootstrap/mkbinarykit')
-rwxr-xr-x | bootstrap/mkbinarykit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/mkbinarykit b/bootstrap/mkbinarykit index ab9c8eefd2f..ae467f4a078 100755 --- a/bootstrap/mkbinarykit +++ b/bootstrap/mkbinarykit @@ -1,12 +1,12 @@ #!/bin/sh -# $NetBSD: mkbinarykit,v 1.5 2004/04/04 02:01:28 grant Exp $ +# $NetBSD: mkbinarykit,v 1.6 2004/04/05 01:34:17 cjep Exp $ # # Make a binary bootstrap kit and place it in targetdir (or current # working directory if not specified). The mk.conf.example file is # copied to /etc/mk.conf (or /etc/mk.conf.example on systems which # may already have a /etc/mk.conf file) or to the location specified -# by using --mkconf. Run this program from the bootstrap-pkgsrc +# by using --mkconf. Run this program from the pkgsrc/bootstrap # directory. usage="Usage: $0 "' |