Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/ipf/ipnat Pull up revision 1.16 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/de3f5f16c435
branches:  netbsd-1-5
changeset: 492707:de3f5f16c435
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 09 16:56:48 2002 +0000

description:
Pull up revision 1.16 (requested by martti):
  Updated IPFilter to 3.4.23

diffstat:

 usr.sbin/ipf/ipnat/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 960f2011834d -r de3f5f16c435 usr.sbin/ipf/ipnat/Makefile
--- a/usr.sbin/ipf/ipnat/Makefile       Sat Feb 09 16:56:45 2002 +0000
+++ b/usr.sbin/ipf/ipnat/Makefile       Sat Feb 09 16:56:48 2002 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.15 2000/05/03 11:40:56 veego Exp $
+#      $NetBSD: Makefile,v 1.15.4.1 2002/02/09 16:56:48 he Exp $
 
 PROG=  ipnat
-SRCS=  ipnat.c kmem.c natparse.c common.c
+SRCS=  ipnat.c kmem.c natparse.c common.c printnat.c
 MAN=   ipnat.8 ipnat.4 ipnat.5
 MLINKS=        ipnat.5 ipnat.conf.5
+DPADD= ${LIBKVM}
+LDADD= -lkvm
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index