diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-27 10:11:19 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-27 10:11:19 +0000 |
commit | b90d145e88a5c7aab3107805999564f681ec3878 (patch) | |
tree | cd93bbdc461317ba257f3817af3d62060a45484b /security/Makefile | |
parent | b3cf8f355e461c5a4ad45db896e885c2cf8c74d4 (diff) | |
download | ports-b90d145e88a5c7aab3107805999564f681ec3878.tar.gz ports-b90d145e88a5c7aab3107805999564f681ec3878.zip |
Notes
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 7889d3f052c4..f8bb81994be7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1996/09/19 13:34:06 max Exp $ +# $Id: Makefile,v 1.8 1996/10/24 08:38:44 jfitz Exp $ # SUBDIR += SSLeay @@ -13,6 +13,7 @@ SUBDIR += pidentd SUBDIR += ssh SUBDIR += tcp_wrapper + SUBDIR += vscan SUBDIR += xinetd .include <bsd.port.subdir.mk> |