diff options
author | agc <agc@pkgsrc.org> | 2001-02-01 12:40:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-01 12:40:08 +0000 |
commit | f2a21b505d5af8a7b0f7a5c47901da4e88f4537e (patch) | |
tree | a9984ce322a13abf3b330ff656abd1c3db078526 /pkgtools/Makefile | |
parent | c1669922c71c404b0e42b7ca4b21e89e2c7819a7 (diff) | |
download | pkgsrc-f2a21b505d5af8a7b0f7a5c47901da4e88f4537e.tar.gz |
Add and enable pkgsurvey
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index a4445b952df..9fe82c01b8e 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/01/25 08:59:09 tron Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/01 12:40:08 agc Exp $ # SUBDIR += bsdpak @@ -10,6 +10,7 @@ SUBDIR += pkgdiff SUBDIR += pkglint SUBDIR += pkgmanpages + SUBDIR += pkgsurvey SUBDIR += port2pkg SUBDIR += rpm2pkg SUBDIR += url2pkg |