diff options
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 132 |
1 files changed, 67 insertions, 65 deletions
diff --git a/security/Makefile b/security/Makefile index c473558b40b..111f928cbeb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,69 +1,71 @@ -# $NetBSD: Makefile,v 1.60 2001/02/12 16:16:03 agc Exp $ +# $NetBSD: Makefile,v 1.61 2001/02/16 15:51:52 wiz Exp $ # - SUBDIR += PAM - SUBDIR += aide - SUBDIR += amavis - SUBDIR += audit-packages - SUBDIR += crack - SUBDIR += cyrus-sasl - SUBDIR += ddos-scan - SUBDIR += dsniff - SUBDIR += egd - SUBDIR += fortify - SUBDIR += fressh - SUBDIR += fsh - SUBDIR += gnupg - SUBDIR += isakmpd - SUBDIR += kth-krb4 - SUBDIR += libbf - SUBDIR += libcrack - SUBDIR += libdes - SUBDIR += libidea - SUBDIR += libident - SUBDIR += libmcrypt - SUBDIR += libnasl - SUBDIR += mcrypt - SUBDIR += mhash - SUBDIR += nessus - SUBDIR += nessus-core - SUBDIR += nessus-libraries - SUBDIR += nessus-plugins - SUBDIR += nfsbug - SUBDIR += openssh - SUBDIR += openssl - SUBDIR += p5-Crypt-Blowfish - SUBDIR += p5-Crypt-CBC - SUBDIR += p5-Digest-MD5 - SUBDIR += p5-MD5 - SUBDIR += p5-SHA - SUBDIR += pakemon - SUBDIR += pam-ldap - SUBDIR += pgp2 - SUBDIR += pgp5 - SUBDIR += pks - SUBDIR += portsentry - SUBDIR += priv - SUBDIR += py-crypto - SUBDIR += racoon - SUBDIR += rc5des - SUBDIR += rid - SUBDIR += rsaref - SUBDIR += scanssh - SUBDIR += smtpd - SUBDIR += srp_client - SUBDIR += ssh - SUBDIR += ssh-askpass - SUBDIR += ssh-ip-tunnel - SUBDIR += ssh6 - SUBDIR += ssldump - SUBDIR += sslwrap - SUBDIR += stunnel - SUBDIR += sudo - SUBDIR += tcp_wrappers - SUBDIR += tripwire - SUBDIR += uvscan - SUBDIR += uvscan-dat - SUBDIR += xdm-krb4 +COMMENT= Security tools + +SUBDIR+= PAM +SUBDIR+= aide +SUBDIR+= amavis +SUBDIR+= audit-packages +SUBDIR+= crack +SUBDIR+= cyrus-sasl +SUBDIR+= ddos-scan +SUBDIR+= dsniff +SUBDIR+= egd +SUBDIR+= fortify +SUBDIR+= fressh +SUBDIR+= fsh +SUBDIR+= gnupg +SUBDIR+= isakmpd +SUBDIR+= kth-krb4 +SUBDIR+= libbf +SUBDIR+= libcrack +SUBDIR+= libdes +SUBDIR+= libidea +SUBDIR+= libident +SUBDIR+= libmcrypt +SUBDIR+= libnasl +SUBDIR+= mcrypt +SUBDIR+= mhash +SUBDIR+= nessus +SUBDIR+= nessus-core +SUBDIR+= nessus-libraries +SUBDIR+= nessus-plugins +SUBDIR+= nfsbug +SUBDIR+= openssh +SUBDIR+= openssl +SUBDIR+= p5-Crypt-Blowfish +SUBDIR+= p5-Crypt-CBC +SUBDIR+= p5-Digest-MD5 +SUBDIR+= p5-MD5 +SUBDIR+= p5-SHA +SUBDIR+= pakemon +SUBDIR+= pam-ldap +SUBDIR+= pgp2 +SUBDIR+= pgp5 +SUBDIR+= pks +SUBDIR+= portsentry +SUBDIR+= priv +SUBDIR+= py-crypto +SUBDIR+= racoon +SUBDIR+= rc5des +SUBDIR+= rid +SUBDIR+= rsaref +SUBDIR+= scanssh +SUBDIR+= smtpd +SUBDIR+= srp_client +SUBDIR+= ssh +SUBDIR+= ssh-askpass +SUBDIR+= ssh-ip-tunnel +SUBDIR+= ssh6 +SUBDIR+= ssldump +SUBDIR+= sslwrap +SUBDIR+= stunnel +SUBDIR+= sudo +SUBDIR+= tcp_wrappers +SUBDIR+= tripwire +SUBDIR+= uvscan +SUBDIR+= uvscan-dat +SUBDIR+= xdm-krb4 .include "../mk/bsd.pkg.subdir.mk" |