Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssh/lib Removed roaming_common.c fro...



details:   https://anonhg.NetBSD.org/src/rev/390bf3224efb
branches:  trunk
changeset: 758989:390bf3224efb
user:      adam <adam%NetBSD.org@localhost>
date:      Tue Nov 23 07:12:01 2010 +0000

description:
Removed roaming_common.c from COPTS sections

diffstat:

 crypto/external/bsd/openssh/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf331eb4d96c -r 390bf3224efb crypto/external/bsd/openssh/lib/Makefile
--- a/crypto/external/bsd/openssh/lib/Makefile  Tue Nov 23 06:49:29 2010 +0000
+++ b/crypto/external/bsd/openssh/lib/Makefile  Tue Nov 23 07:12:01 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2010/11/22 22:19:54 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2010/11/23 07:12:01 adam Exp $
 
 .include <bsd.own.mk>
 
@@ -29,7 +29,7 @@
                z       ${NETBSDSRCDIR}/lib/libz
 
 .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
-.for f in dns channels hostfile roaming_common ssh-pkcs11
+.for f in dns channels hostfile ssh-pkcs11
 COPTS.${f}.c+= -Wno-pointer-sign
 .endfor
 .endif



Home | Main Index | Thread Index | Old Index