diff options
author | asami <asami@FreeBSD.org> | 1996-04-17 09:06:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-17 09:06:31 +0800 |
commit | acba2d725c460d38c1eb60f3b42f0c2258cd1ed6 (patch) | |
tree | 00825df1b012699709001cd6cc3d8d4cd5c8b7b1 /security | |
parent | 9182c55a5c2e0ccb456178561b21b3902c4715d3 (diff) | |
download | freebsd-ports-gnome-acba2d725c460d38c1eb60f3b42f0c2258cd1ed6.tar.gz freebsd-ports-gnome-acba2d725c460d38c1eb60f3b42f0c2258cd1ed6.tar.zst freebsd-ports-gnome-acba2d725c460d38c1eb60f3b42f0c2258cd1ed6.zip |
Add ssh. I have no idea why it was missing.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
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> |