blob: cafeb94d8c58841c0d9e38daebceb66c1472296f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $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 += crack
SUBDIR += ddos-scan
SUBDIR += fortify
SUBDIR += fsh
SUBDIR += gnupg
SUBDIR += libident
SUBDIR += nessus
SUBDIR += nfsbug
SUBDIR += openssh
SUBDIR += openssl
SUBDIR += p5-Digest-MD5
SUBDIR += p5-MD5
SUBDIR += pgp2
SUBDIR += pgp5
SUBDIR += portsentry
SUBDIR += py-crypto
SUBDIR += rc5des
SUBDIR += rsaref
SUBDIR += srp_client
SUBDIR += ssh
SUBDIR += ssh-ip-tunnel
SUBDIR += sudo
SUBDIR += tripwire
.include "../mk/bsd.pkg.subdir.mk"
|