diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-18 17:43:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-18 17:43:08 +0000 |
commit | eb3653b4a8eba364e24a5d210a2f8e748a6073ed (patch) | |
tree | 15aabd73f68cfce2a49b22eaa011d9ef0c7a4c5b /mk/scripts/depends-depth-first.awk | |
parent | c70537cfa646cc798b6d3b5359eacdf288e376d4 (diff) | |
download | pkgsrc-eb3653b4a8eba364e24a5d210a2f8e748a6073ed.tar.gz |
whitespace nit.
Diffstat (limited to 'mk/scripts/depends-depth-first.awk')
-rwxr-xr-x | mk/scripts/depends-depth-first.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/scripts/depends-depth-first.awk b/mk/scripts/depends-depth-first.awk index 087a8cad7e1..1641e8f99dc 100755 --- a/mk/scripts/depends-depth-first.awk +++ b/mk/scripts/depends-depth-first.awk @@ -1,6 +1,6 @@ #!/usr/bin/awk -f # -# $NetBSD: depends-depth-first.awk,v 1.2 2006/01/18 03:58:19 jlam Exp $ +# $NetBSD: depends-depth-first.awk,v 1.3 2006/01/18 17:43:08 jlam Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -82,7 +82,6 @@ # value stored in the PKGSRCDIR environment variable. # # ENVIRONMENT -# # MAKEFLAGS This contains the shell environment in the format # required by make(1) that is passed to the process # that outputs a package's dependencies. |