blob: 97ad856d854c01b4abeb850fa2b4e31c8b9dc001 (
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.4 1997/12/15 00:36:29 hubertf Exp $
# FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp
#
# SUBDIR += SSLeay
# SUBDIR += cfs
# SUBDIR += cops
# SUBDIR += crack
# SUBDIR += donkey
# SUBDIR += fwtk
# SUBDIR += john
# SUBDIR += libident
# SUBDIR += p5-Authen-Radius
# SUBDIR += p5-Crypt-DES
# SUBDIR += p5-Crypt-IDEA
# SUBDIR += p5-MD5 # in progress - hubertf
# SUBDIR += p5-PGP
# SUBDIR += pgp
# SUBDIR += pidentd
# SUBDIR += rsaref
SUBDIR += ssh
SUBDIR += sudo
# SUBDIR += super
# SUBDIR += swatch
# SUBDIR += tcp_wrapper
# SUBDIR += tripwire
# SUBDIR += vscan
# SUBDIR += xinetd
.include <bsd.port.subdir.mk>
|