diff options
-rw-r--r-- | security/Makefile | 4 | ||||
-rw-r--r-- | textproc/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/Makefile b/security/Makefile index 33bf228d7b0..b4d79904591 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.210 2004/11/12 14:32:11 he Exp $ +# $NetBSD: Makefile,v 1.211 2004/11/18 09:16:12 wiz Exp $ # COMMENT= Security tools @@ -131,6 +131,7 @@ SUBDIR+= p5-Crypt-OpenSSL-Random SUBDIR+= p5-Crypt-Primes SUBDIR+= p5-Crypt-RIPEMD160 SUBDIR+= p5-Crypt-RSA +SUBDIR+= p5-Crypt-RandPasswd SUBDIR+= p5-Crypt-Random SUBDIR+= p5-Crypt-Rijndael SUBDIR+= p5-Crypt-Twofish @@ -148,7 +149,6 @@ SUBDIR+= p5-IO-Socket-SSL SUBDIR+= p5-Module-Signature SUBDIR+= p5-Net-DNS-SEC SUBDIR+= p5-Net-SSLeay -SUBDIR+= p5-Crypt-RandPasswd SUBDIR+= p5-SHA SUBDIR+= p5-SSLeay SUBDIR+= p5-Tie-EncryptedHash diff --git a/textproc/Makefile b/textproc/Makefile index 98b67273a82..a89bf0e60c5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.269 2004/11/12 07:00:45 erh Exp $ +# $NetBSD: Makefile,v 1.270 2004/11/18 09:16:41 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -199,10 +199,10 @@ SUBDIR+= p5-XML-YAWriter SUBDIR+= p5-YAML SUBDIR+= p5-libxml SUBDIR+= par -SUBDIR+= php4-domxml -SUBDIR+= php5-dom SUBDIR+= php-wddx +SUBDIR+= php4-domxml SUBDIR+= php4-xslt +SUBDIR+= php5-dom SUBDIR+= php5-xsl SUBDIR+= postgresql-autodoc SUBDIR+= psgml-mode |