diff options
author | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
commit | 478a981118515374accc7a5469fba2f928078527 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /security/Makefile | |
parent | e0c520ab63dbe7be05753d84538e4d76dbe13dfa (diff) | |
download | pkgsrc-478a981118515374accc7a5469fba2f928078527.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/security/Makefile b/security/Makefile index 207558b541c..cafeb94d8c5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,41 +1,29 @@ -# $NetBSD: Makefile,v 1.25 2000/02/11 10:48:20 agc Exp $ +# $NetBSD: Makefile,v 1.26 2000/02/25 01:04:16 wiz Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # -# SUBDIR += cfs -# SUBDIR += cops SUBDIR += crack -# SUBDIR += donkey SUBDIR += ddos-scan SUBDIR += fortify SUBDIR += fsh -# SUBDIR += fwtk -# SUBDIR += john SUBDIR += gnupg SUBDIR += libident SUBDIR += nessus SUBDIR += nfsbug + SUBDIR += openssh SUBDIR += openssl -# SUBDIR += p5-Authen-Radius -# SUBDIR += p5-Crypt-DES -# SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Digest-MD5 SUBDIR += p5-MD5 -# SUBDIR += p5-PGP SUBDIR += pgp2 SUBDIR += pgp5 -# SUBDIR += pidentd SUBDIR += portsentry SUBDIR += py-crypto SUBDIR += rc5des SUBDIR += rsaref + SUBDIR += srp_client SUBDIR += ssh SUBDIR += ssh-ip-tunnel SUBDIR += sudo -# SUBDIR += super -# SUBDIR += swatch SUBDIR += tripwire -# SUBDIR += vscan -# SUBDIR += xinetd .include "../mk/bsd.pkg.subdir.mk" |