diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-27 11:11:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-27 11:11:32 +0000 |
commit | 192098606d54c11282d28dbe520788378364c54a (patch) | |
tree | ad32c70918a1dd5ba4cffb465e0329e690063ecf /mk | |
parent | 1828e58d2779097425594c6fc2d12b27138c86a0 (diff) | |
download | pkgsrc-192098606d54c11282d28dbe520788378364c54a.tar.gz |
Documented the used environment variables.
Diffstat (limited to 'mk')
-rwxr-xr-x | mk/flavor/pkg/reduce-depends.awk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/flavor/pkg/reduce-depends.awk b/mk/flavor/pkg/reduce-depends.awk index 9d5d50a2b9d..dfa2a48760b 100755 --- a/mk/flavor/pkg/reduce-depends.awk +++ b/mk/flavor/pkg/reduce-depends.awk @@ -1,6 +1,6 @@ #!/usr/bin/awk -f # -# $NetBSD: reduce-depends.awk,v 1.4 2007/06/10 07:31:42 joerg Exp $ +# $NetBSD: reduce-depends.awk,v 1.5 2007/09/27 11:11:32 rillig Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -51,6 +51,12 @@ # argument, and the output will be a list of the reduced dependencies, # echo one on a new line. # +# ENVIRONMENT +# CAT +# PKG_ADMIN +# PWD_CMD +# TEST +# ###################################################################### BEGIN { |