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 | 7d81281610d153f0f21d4294eea5cb805369d7b6 (patch) | |
tree | 160e4912f99ab4a87d163a718509f6c3abc0a6ea /security/Makefile | |
parent | 1036679ab57839b730f3747f8fd21cd2637c2d49 (diff) | |
download | pkgsrc-7d81281610d153f0f21d4294eea5cb805369d7b6.tar.gz |
Add and enable gss, gsasl.
Diffstat (limited to 'security/Makefile')
-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 |