diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 19:24:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 19:24:03 +0000 |
commit | d343bfd00194448607a405d486762eb7eec25d64 (patch) | |
tree | 160e4912f99ab4a87d163a718509f6c3abc0a6ea /security | |
parent | 75355b0f2544ce763b0e90ff57a9eec4e5eec091 (diff) | |
download | pkgsrc-d343bfd00194448607a405d486762eb7eec25d64.tar.gz |
Add and enable gss, gsasl.
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 dbe2d74ce51..3789629873d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2003/09/04 13:32:35 xtraeme Exp $ +# $NetBSD: Makefile,v 1.143 2003/12/03 19:24:03 xtraeme Exp $ # COMMENT= Security tools @@ -35,6 +35,8 @@ SUBDIR+= gnupg SUBDIR+= gnutls SUBDIR+= gpa SUBDIR+= gpgme +SUBDIR+= gsasl +SUBDIR+= gss SUBDIR+= gtk-systrace SUBDIR+= hackbot SUBDIR+= isakmpd |