diff options
-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> |