blob: 4a15acafa289279e30836c9233f2efba0dac01e5 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# $NetBSD: Makefile,v 1.40 2000/08/11 05:23:37 jlam Exp $
# FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp
#
SUBDIR += aide
SUBDIR += amavis
SUBDIR += crack
SUBDIR += ddos-scan
SUBDIR += fortify
SUBDIR += fsh
SUBDIR += gnupg
SUBDIR += isakmpd
SUBDIR += kth-krb4
SUBDIR += libident
SUBDIR += libnasl
SUBDIR += nessus
SUBDIR += nessus-core
SUBDIR += nessus-libraries
SUBDIR += nessus-plugins
SUBDIR += nfsbug
SUBDIR += openssh
SUBDIR += openssl
SUBDIR += p5-Digest-MD5
SUBDIR += p5-MD5
SUBDIR += pgp2
SUBDIR += pgp5
SUBDIR += pks
SUBDIR += portsentry
SUBDIR += priv
SUBDIR += py-crypto
SUBDIR += racoon
SUBDIR += rc5des
SUBDIR += rsaref
SUBDIR += smtpd
SUBDIR += srp_client
SUBDIR += ssh
SUBDIR += ssh6
SUBDIR += ssh-askpass
SUBDIR += ssh-ip-tunnel
SUBDIR += stunnel
SUBDIR += sudo
SUBDIR += tripwire
SUBDIR += uvscan
SUBDIR += uvscan-dat
SUBDIR += xdm-krb4
.include "../mk/bsd.pkg.subdir.mk"
|