summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2002-11-07 23:18:37 +0000
committeratatat <atatat@pkgsrc.org>2002-11-07 23:18:37 +0000
commit71963230edd24d5058f132a8ea0d72185e448f93 (patch)
tree07786988ba108c4da1b076fa0c38d64a818d997b
parentd356b9d1be7190acadec6245c46e46814ef7e372 (diff)
downloadpkgsrc-71963230edd24d5058f132a8ea0d72185e448f93.tar.gz
Add pkgdepgraph
-rw-r--r--pkgtools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index a8205c803cc..117b17dd913 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2002/09/30 08:37:52 martti Exp $
+# $NetBSD: Makefile,v 1.44 2002/11/07 23:18:37 atatat Exp $
#
COMMENT= Tools for use in the packages collection
@@ -16,6 +16,7 @@ SUBDIR+= pkg_tarup
SUBDIR+= pkgchk
SUBDIR+= pkgconflict
SUBDIR+= pkgdep
+SUBDIR+= pkgdepgraph
SUBDIR+= pkgdiff
SUBDIR+= pkglint
SUBDIR+= pkgmanpages