diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-07 08:20:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-07 08:20:52 +0000 |
commit | 95890beeaf5ac1d3a7ed98025ebf216199ec2ed1 (patch) | |
tree | d3f0fbd4b359f945bb469fbcf744e4d00e10df2e | |
parent | 9d07f64519599ca64607d7c0742408916ae213f0 (diff) | |
download | pkgsrc-95890beeaf5ac1d3a7ed98025ebf216199ec2ed1.tar.gz |
Add and enable rdigest.
-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 |