diff options
author | tv <tv@pkgsrc.org> | 2006-11-06 21:45:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-11-06 21:45:18 +0000 |
commit | 3743cb0ce1fb293730c7e247c7530831903d86c3 (patch) | |
tree | 320a552fd6cf62f1058501c11ccd15b2e6db9afe /mk/bulk | |
parent | 15b9f7053c92a40dc241df2f59295c3c5bdd67b7 (diff) | |
download | pkgsrc-3743cb0ce1fb293730c7e247c7530831903d86c3.tar.gz |
Also add bin/nawk to the tarred-up files.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/pre-build | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/bulk/pre-build b/mk/bulk/pre-build index cde58ab62a9..6ad7d9e56f9 100644 --- a/mk/bulk/pre-build +++ b/mk/bulk/pre-build @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: pre-build,v 1.62 2006/11/06 21:08:43 tv Exp $ +# $NetBSD: pre-build,v 1.63 2006/11/06 21:45:18 tv Exp $ # # Clean up system to be ready for bulk pkg build # @@ -88,8 +88,9 @@ if [ x"$BMAKE" = x"bmake" ]; then share/mk/bsd.nls.mk share/mk/bsd.obj.mk \ share/mk/bsd.prog.mk share/mk/bsd.subdir.mk \ share/mk/bsd.sys.mk share/mk/bsd.own.mk \ - bin/bmake bin/ftp bin/digest bin/nbsed bin/install-sh \ - bin/pax bin/tar bin/cpio man/cat1/ftp.1 man/cat1/pax.0 \ + bin/bmake bin/ftp bin/digest bin/nawk bin/nbsed \ + bin/install-sh bin/pax bin/tar bin/cpio \ + man/cat1/ftp.1 man/cat1/pax.0 \ man/cat1/tar.0 man/cat1/cpio.0 man/cat1/pkg_add.0 \ man/cat1/pkg_admin.0 man/cat1/pkg_create.0 \ man/cat1/pkg_delete.0 man/cat1/pkg_info.0 \ |