diff options
author | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
commit | 9b3e4cb13729c47be0bf5e876036256b4f987e32 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /security | |
parent | 2e99accb2bbee84c3f01536879ae54bd8a6e604f (diff) | |
download | pkgsrc-9b3e4cb13729c47be0bf5e876036256b4f987e32.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'security')
-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" |