blob: 0206397500c0a7fba60c6ec9ea15f21989cad8d4 (
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
|
# $NetBSD: Makefile,v 1.27 2000/03/10 10:29:36 agc Exp $
# FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp
#
SUBDIR += aide
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"
|