Source-Changes-HG archive

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

[src/netbsd-2-0]: src/usr.sbin/ipf/ipsend Pull up revision 1.21 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/d157c417617d
branches:  netbsd-2-0
changeset: 560139:d157c417617d
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Mar 29 10:48:39 2004 +0000

description:
Pull up revision 1.21 (requested by martti in ticket #8):
use iplang_l.l instead of iplang_l.c in SRCS, and tweak appropriately

diffstat:

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

diffs (36 lines):

diff -r 533774fbcb22 -r d157c417617d usr.sbin/ipf/ipsend/Makefile
--- a/usr.sbin/ipf/ipsend/Makefile      Mon Mar 29 10:45:33 2004 +0000
+++ b/usr.sbin/ipf/ipsend/Makefile      Mon Mar 29 10:48:39 2004 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.19.2.2 2004/03/29 10:45:28 tron Exp $
+#      $NetBSD: Makefile,v 1.19.2.3 2004/03/29 10:48:39 tron Exp $
 
 NOGCCERROR=    # defined
 
 .include <bsd.own.mk>
 
 PROG=          ipsend
-SRCS=          ipsend.c ip.c ipsopt.c iplang_y.c iplang_l.c sbpf.c \
+SRCS=          ipsend.c ip.c ipsopt.c iplang_y.c iplang_l.l sbpf.c \
                sock.c 44arp.c
 MAN=           ipsend.1 ipsend.5
 DPADD+=                ${LIBL}
@@ -15,7 +15,8 @@
 CPPFLAGS+=     -I${NETBSDSRCDIR}/dist/ipf/iplang
 
 CLEANFILES+=   iplang_y.c iplang_y.h
-CLEANFILES+=   iplang_l.c
+
+DPSRCS+=       iplang_y.h
 
 .PATH:         ${NETBSDSRCDIR}/dist/ipf/ipsend \
                ${NETBSDSRCDIR}/dist/ipf/iplang
@@ -28,8 +29,6 @@
 
 iplang_y.h: iplang_y.c
 
-iplang_l.l: iplang_y.h
-
 # XXX
 # We have a problem with make and linking ipsend
 # cc   -o /home/source/src/usr.sbin/ipf/ipsend/../../../dist/ipf/ipsend .....



Home | Main Index | Thread Index | Old Index