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/ipsend Pull up revision 1.14 (requested by...



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

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

diffstat:

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

diffs (20 lines):

diff -r de3f5f16c435 -r 9e7f1914646e usr.sbin/ipf/ipsend/Makefile
--- a/usr.sbin/ipf/ipsend/Makefile      Sat Feb 09 16:56:48 2002 +0000
+++ b/usr.sbin/ipf/ipsend/Makefile      Sat Feb 09 16:56:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2000/05/03 11:40:56 veego Exp $
+#      $NetBSD: Makefile,v 1.13.4.1 2002/02/09 16:56:51 he Exp $
 
 PROG=  ipsend
 SRCS=  ipsend.c ip.c ipsopt.c iplang_l.l iplang_y.y sbpf.c sock.c 44arp.c
@@ -6,7 +6,9 @@
 LDADD= -ll
 DPADD= ${LIBL}
 
-CPPFLAGS+=-I${.CURDIR}/../../../dist/ipf -I${.CURDIR}/../../../dist/ipf/ipsend -I.
+CPPFLAGS+= -I.  -I${.CURDIR}/../../../dist/ipf \
+               -I${.CURDIR}/../../../dist/ipf/ipsend \
+               -I${.CURDIR}/../../../dist/ipf/iplang
 
 MAN=   ipsend.1 ipsend.5
 



Home | Main Index | Thread Index | Old Index