31 lines
689 B
Makefile
31 lines
689 B
Makefile
# $OpenBSD: Makefile,v 1.2 1997/12/02 14:26:29 niklas Exp $
|
|
# $FreeBSD: 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
|
|
# 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>
|