Module Name: src
Committed By: martin
Date: Sat Jan 17 11:25:30 UTC 2015
Modified Files:
src/external/bsd/ipf/bin/ipftest: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ipf/bin/ipftest/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/ipf/bin/ipftest/Makefile
diff -u src/external/bsd/ipf/bin/ipftest/Makefile:1.2 src/external/bsd/ipf/bin/ipftest/Makefile:1.3
--- src/external/bsd/ipf/bin/ipftest/Makefile:1.2 Sat Mar 24 00:32:50 2012
+++ src/external/bsd/ipf/bin/ipftest/Makefile Sat Jan 17 11:25:30 2015
@@ -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 @@ SRCS= ipftest.c fil.c ip_frag.c ip_stat
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 \