diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 22:19:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 22:19:23 +0000 |
commit | 26bcf55f4bcc599d833fc009315b4ffcdb7169a3 (patch) | |
tree | ef7540924938aabd09f1fb2d338dfdcb8567a722 /security | |
parent | 80b11da6c8f9eb927597666ef401fd2900fb856a (diff) | |
download | ports-26bcf55f4bcc599d833fc009315b4ffcdb7169a3.tar.gz ports-26bcf55f4bcc599d833fc009315b4ffcdb7169a3.zip |
Notes
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 d9327142ea21..c0b1812af229 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/04/17 01:06:31 asami Exp $ +# $Id: Makefile,v 1.5 1996/06/15 07:01:00 gpalmer Exp $ # SUBDIR += SSLeay @@ -8,5 +8,6 @@ SUBDIR += pidentd SUBDIR += ssh SUBDIR += tcp_wrapper + SUBDIR += xinetd .include <bsd.port.subdir.mk> |