diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-11-27 19:21:03 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-11-27 19:21:03 +0000 |
commit | 83f9b19153885f952734e02bb2c2e693b6a78b30 (patch) | |
tree | 8d5d7b27ea6a5173a96bd78d5571ca1e7b305e5b | |
parent | a0a7caf77d3cc353a4cb3a83284be3aa66b1cad8 (diff) | |
download | freebsd-ports-83f9b19153885f952734e02bb2c2e693b6a78b30.zip |
Add safe-tcl.
Remembered before: asami
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 19c665220b50..ee20948af41a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1996/11/12 05:00:26 asami Exp $ +# $Id: Makefile,v 1.11 1996/11/26 08:59:28 asami Exp $ # SUBDIR += SSLeay @@ -12,6 +12,7 @@ SUBDIR += p5-PGP SUBDIR += pgp SUBDIR += pidentd + SUBDIR += safe-tcl SUBDIR += ssh SUBDIR += sudo SUBDIR += tcp_wrapper |