Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/external/bsd/ipf/bin/ipftest Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/cae63b2c335c
branches: netbsd-7
changeset: 798873:cae63b2c335c
user: snj <snj%NetBSD.org@localhost>
date: Tue Jan 20 21:04:35 2015 +0000
description:
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.
diffstat:
external/bsd/ipf/bin/ipftest/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 73661cd7095f -r cae63b2c335c external/bsd/ipf/bin/ipftest/Makefile
--- a/external/bsd/ipf/bin/ipftest/Makefile Tue Jan 20 21:02:26 2015 +0000
+++ b/external/bsd/ipf/bin/ipftest/Makefile Tue Jan 20 21:04:35 2015 +0000
@@ -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 @@
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