diff options
author | salo <salo> | 2003-05-14 03:49:59 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-14 03:49:59 +0000 |
commit | f6fa23f63c8e5700c9ec4767a27237cd8b6f982c (patch) | |
tree | 86cbf0344094b728d7ea7e7b44a115eb278b73f5 /security/Makefile | |
parent | 0c31762e2f1f04c38de3a5560feacef3291d64fe (diff) | |
download | pkgsrc-f6fa23f63c8e5700c9ec4767a27237cd8b6f982c.tar.gz |
Add gnutls, libasn1 and opencdk.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 2a439ef3cc3..f9d62759ed4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2003/05/10 10:07:12 seb Exp $ +# $NetBSD: Makefile,v 1.132 2003/05/14 03:49:59 salo Exp $ # COMMENT= Security tools @@ -28,6 +28,7 @@ SUBDIR+= fortify SUBDIR+= fressh SUBDIR+= fsh SUBDIR+= gnupg +SUBDIR+= gnutls SUBDIR+= gpa SUBDIR+= gpgme SUBDIR+= gtk-systrace @@ -45,6 +46,7 @@ SUBDIR+= libidea SUBDIR+= libident SUBDIR+= libmcrypt SUBDIR+= libnasl +SUBDIR+= libtasn1 SUBDIR+= logcheck SUBDIR+= mcrypt SUBDIR+= mhash @@ -57,6 +59,7 @@ SUBDIR+= nessus-libraries SUBDIR+= nessus-plugins SUBDIR+= netramet SUBDIR+= nfsbug +SUBDIR+= opencdk SUBDIR+= openssh SUBDIR+= openssl SUBDIR+= otpcalc |