diff options
author | wiz <wiz> | 2003-08-07 08:20:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-08-07 08:20:52 +0000 |
commit | b2b6a1578502595f0a365cadb9445439f101c29a (patch) | |
tree | d3f0fbd4b359f945bb469fbcf744e4d00e10df2e /pkgtools/Makefile | |
parent | 8d8f0f2c60b007bbfa8f0e908c712468cbdcc2b4 (diff) | |
download | pkgsrc-b2b6a1578502595f0a365cadb9445439f101c29a.tar.gz |
Add and enable rdigest.
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 e69c4131fb5..f185de10ff1 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2003/07/13 16:17:48 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2003/08/07 08:20:52 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -28,6 +28,7 @@ SUBDIR+= pkgmanpages SUBDIR+= pkgsurvey SUBDIR+= port2pkg SUBDIR+= rc.subr +SUBDIR+= rdigest SUBDIR+= rpm2pkg SUBDIR+= shlock SUBDIR+= url2pkg |