Module Name: src
Committed By: adam
Date: Tue Nov 23 07:12:02 UTC 2010
Modified Files:
src/crypto/external/bsd/openssh/lib: Makefile
Log Message:
Removed roaming_common.c from COPTS sections
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/lib/Makefile
diff -u src/crypto/external/bsd/openssh/lib/Makefile:1.6 src/crypto/external/bsd/openssh/lib/Makefile:1.7
--- src/crypto/external/bsd/openssh/lib/Makefile:1.6 Mon Nov 22 22:19:54 2010
+++ src/crypto/external/bsd/openssh/lib/Makefile Tue Nov 23 07:12:01 2010
@@ -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