diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-01-04 21:13:34 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-01-04 21:13:34 +0000 |
commit | 98812f4595901ebe1b5e371dab42b6ffcc29d0a7 (patch) | |
tree | 6621d884e9cea5598c8ce745bc89da437a3dd10d /mk/bsd.pkg.mk | |
parent | 06ea622f25d508f14e3fa6c80d6cc14818d2987f (diff) | |
download | pkgsrc-98812f4595901ebe1b5e371dab42b6ffcc29d0a7.tar.gz |
move bulk/{mkreadme,genreadme.awk} to scripts/ as this is a more suitable
location. They are not really part of the bulk build stuff.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 48d75ab0808..3ae35547ea2 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1121 2003/01/04 15:52:13 grant Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1122 2003/01/04 21:13:34 dmcmahill Exp $ # # This file is in the public domain. # @@ -3695,7 +3695,7 @@ print-run-depends-list: . endif .endif -# This target is used by the mk/bulk/mkreadme script to generate +# This target is used by the mk/scripts/mkreadme script to generate # README.html files .if !target(print-summary-data) print-summary-data: |