From 92a61ca37363d64a57b5fa204ec2190168282fa8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 24 Jun 1999 19:29:50 +0000 Subject: Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists. --- security/ssh2/Makefile | 4 ++-- 1 file 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 # -# $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 -- cgit v1.2.3