Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ipf/bin/ipftest Do not compile md5.c (while usn...



details:   https://anonhg.NetBSD.org/src/rev/40536e5a185d
branches:  trunk
changeset: 335611:40536e5a185d
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 17 11:25:30 2015 +0000

description:
Do not compile md5.c (while usning system md5.h headers) - instead just
use the libc version.
Patch from Yasushi Oshima in PR bin/49580.

diffstat:

 external/bsd/ipf/bin/ipftest/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a1917eb18bd4 -r 40536e5a185d external/bsd/ipf/bin/ipftest/Makefile
--- a/external/bsd/ipf/bin/ipftest/Makefile     Sat Jan 17 10:57:51 2015 +0000
+++ b/external/bsd/ipf/bin/ipftest/Makefile     Sat Jan 17 11:25:30 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2012/03/24 00:32:50 matt Exp $
+#      $NetBSD: Makefile,v 1.3 2015/01/17 11:25:30 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
                ip_proxy.c ip_auth.c ip_htable.c ip_lookup.c \
                ip_dstlist.c ip_pool.c ip_sync.c \
                ip_fil.c ip_log.c ippool_y.c ippool_l.c ipf_y.c \
-               ipf_l.c ipnat_y.c ipnat_l.c md5.c radix_ipf.c bpf_filter.c
+               ipf_l.c ipnat_y.c ipnat_l.c radix_ipf.c bpf_filter.c
 MAN=           ipftest.1
 
 CPPFLAGS+=     -DIPFILTER_LOG -DIPFILTER_LOOKUP \



Home | Main Index | Thread Index | Old Index