summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-11-06 21:45:18 +0000
committertv <tv@pkgsrc.org>2006-11-06 21:45:18 +0000
commita45179fb8a081dca6d364cea2ad2cfeaa506dd15 (patch)
tree320a552fd6cf62f1058501c11ccd15b2e6db9afe /mk
parent147b62e6ddc0a7bc6f61b9e83997f1bb1d8e10cc (diff)
downloadpkgsrc-a45179fb8a081dca6d364cea2ad2cfeaa506dd15.tar.gz
Also add bin/nawk to the tarred-up files.
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/pre-build7
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 \