From 04fb4c653f90781e8b8ac328fe74bc2946972445 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 14 Jan 2020 22:22:34 +0000 Subject: mk/pkgformat: fix documentation --- mk/pkgformat/pkg/depends.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/pkgformat/pkg/depends.mk b/mk/pkgformat/pkg/depends.mk index 72050f39a56..76016be8886 100644 --- a/mk/pkgformat/pkg/depends.mk +++ b/mk/pkgformat/pkg/depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: depends.mk,v 1.10 2020/01/14 22:21:19 rillig Exp $ +# $NetBSD: depends.mk,v 1.11 2020/01/14 22:22:34 rillig Exp $ # This command prints out the dependency patterns for all full (run-time) # dependencies of the package. @@ -97,7 +97,7 @@ _RESOLVE_DEPENDS_CMD= \ # @param $dir The pkgsrc directory from which the package can be # built. # @param $type The dependency type. Can be one of bootstrap, tool, -# build, full. +# build, test, full. # _DEPENDS_INSTALL_CMD= \ case $$type in \ -- cgit v1.2.3