diff options
author | obrien <obrien@FreeBSD.org> | 1999-06-24 19:29:50 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-06-24 19:29:50 +0000 |
commit | e71a0dc711a70cad08485789afb1a5d6b1359dcf (patch) | |
tree | bf74db80234f338cf22b601e7ba6cd51a65d338f /security/ssh2 | |
parent | 71febabbd26ea7fabac24e56b34d3c4ebfe6bc80 (diff) | |
download | FreeBSD-ports-e71a0dc711a70cad08485789afb1a5d6b1359dcf.zip FreeBSD-ports-e71a0dc711a70cad08485789afb1a5d6b1359dcf.tar.gz |
Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.
Diffstat (limited to 'security/ssh2')
-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 e8814fc..1726cf7 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 |