Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ssh Add a couple of HAVE_'s



details:   https://anonhg.NetBSD.org/src/rev/0e4e6e7ef1b7
branches:  trunk
changeset: 573895:0e4e6e7ef1b7
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 13 19:15:43 2005 +0000

description:
Add a couple of HAVE_'s

diffstat:

 usr.bin/ssh/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 1c582293aa4a -r 0e4e6e7ef1b7 usr.bin/ssh/Makefile.inc
--- a/usr.bin/ssh/Makefile.inc  Sun Feb 13 19:12:06 2005 +0000
+++ b/usr.bin/ssh/Makefile.inc  Sun Feb 13 19:15:43 2005 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.9 2005/02/13 18:15:05 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.10 2005/02/13 19:15:43 christos Exp $
 
 .include <bsd.own.mk>
 
 SSHDIST?= ${NETBSDSRCDIR}/crypto/dist/ssh
 
-CPPFLAGS+=-I${SSHDIST} -DHAVE_LOGIN_CAP
+CPPFLAGS+=-I${SSHDIST} -DHAVE_LOGIN_CAP -DHAVE_MMAP -DHAVE_OPENPTY
 .PATH: ${SSHDIST}
 
 LDADD+=        -lssh -lcrypto -lz



Home | Main Index | Thread Index | Old Index