diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-06-24 19:29:50 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-06-24 19:29:50 +0000 |
commit | 92a61ca37363d64a57b5fa204ec2190168282fa8 (patch) | |
tree | 099929d3dbbd25819de1a6a4c051216d6309a799 /security | |
parent | 5b92de7d875a82a89693dffddef0c71ee5b44300 (diff) | |
download | ports-92a61ca37363d64a57b5fa204ec2190168282fa8.tar.gz ports-92a61ca37363d64a57b5fa204ec2190168282fa8.zip |
Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.
Notes
Notes:
svn path=/head/; revision=19753
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh2/Makefile | 4 |
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 |