summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-17 01:06:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-17 01:06:31 +0000
commit0c1611e2a8504e6b130a8c5d3b1f5471ff139f97 (patch)
treed25a58d2539cec2d50324fddb49b8598ef49458f /security
parentChange PREFIX= to ?=, PREFIX is now passed as an environment variable. (diff)
Add ssh. I have no idea why it was missing.
Notes
Notes: svn path=/head/; revision=3000
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index b17b5fbfc140..c9447a564a70 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.2 1995/10/12 08:07:16 asami Exp $
+# $Id: Makefile,v 1.3 1996/03/07 06:26:00 markm Exp $
#
SUBDIR += SSLeay
SUBDIR += libident
SUBDIR += pgp
SUBDIR += pidentd
+ SUBDIR += ssh
SUBDIR += tcp_wrapper
.include <bsd.port.subdir.mk>