summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-06-24 19:29:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-06-24 19:29:50 +0000
commit92a61ca37363d64a57b5fa204ec2190168282fa8 (patch)
tree099929d3dbbd25819de1a6a4c051216d6309a799
parentUpgrade to the 19990623 GCC 2.95 pre-release snapshot. (diff)
Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.
Notes
Notes: svn path=/head/; revision=19753
-rw-r--r--security/ssh2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index e8814fccda80..1726cf7a2d85 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Oct 1998
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
-# $Id: Makefile,v 1.80 1999/04/03 03:42:01 ache Exp $
+# $Id: Makefile,v 1.81 1999/06/18 20:02:11 ache Exp $
#
# Maximal ssh2 package requires YES values for
# USE_SSH1, USE_TCPWRAP
@@ -27,7 +27,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc --enable-debug
# Include support for ssh1 client backward compatibility
USE_SSH1?= YES
-# Include tcp_wrappers support
+# Include tcp_wrappers support (automaticlly YES if /usr/include/tcpd.h exists)
USE_TCPWRAP?= NO
# Warning: untested !
# Include support for the TIS authentication server