diff options
author | itojun <itojun> | 2000-10-15 17:28:01 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-15 17:28:01 +0000 |
commit | 4392b549abffa6ca78b985f2221b76fc6306adae (patch) | |
tree | 1c21164196fd875bdf575dfac57a9346d56ca9e2 /security | |
parent | 3a6a6a2f5c16cbc4e2f6b5840eb1ec161d915cbd (diff) | |
download | pkgsrc-4392b549abffa6ca78b985f2221b76fc6306adae.tar.gz |
add egd and p5-SHA
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 5fbcb8ca593..b88bcf1121a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2000/09/19 19:24:26 agc Exp $ +# $NetBSD: Makefile,v 1.44 2000/10/15 17:28:01 itojun Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -9,6 +9,7 @@ SUBDIR += cyrus-sasl SUBDIR += ddos-scan SUBDIR += dsniff + SUBDIR += egd SUBDIR += fortify SUBDIR += fsh SUBDIR += gnupg @@ -25,6 +26,7 @@ SUBDIR += openssl SUBDIR += p5-Digest-MD5 SUBDIR += p5-MD5 + SUBDIR += p5-SHA SUBDIR += pgp2 SUBDIR += pgp5 SUBDIR += pks |