Module Name:    src
Committed By:   snj
Date:           Tue Jan 20 21:04:36 UTC 2015

Modified Files:
        src/external/bsd/ipf/bin/ipftest [netbsd-7]: Makefile

Log Message:
Pull up following revision(s) (requested by martin in ticket #431):
        external/bsd/ipf/bin/ipftest/Makefile: revision 1.3
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.2.14.1 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.2.14.1
--- src/external/bsd/ipf/bin/ipftest/Makefile:1.2	Sat Mar 24 00:32:50 2012
+++ src/external/bsd/ipf/bin/ipftest/Makefile	Tue Jan 20 21:04:35 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2012/03/24 00:32:50 matt Exp $
+#	$NetBSD: Makefile,v 1.2.14.1 2015/01/20 21:04:35 snj 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 \

Reply via email to