diff options
-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 |