summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipsend
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-05 13:16:35 +0000
committerbde <bde@FreeBSD.org>1998-05-05 13:16:35 +0000
commit9667ed0a16eba9f143da687394e035821f56dc75 (patch)
treef36126d34967e65fb94d830a31a7bfc502f9ed53 /usr.sbin/ipsend
parent06d8ed4b9f275818234a5a1e398a4695a5e2d773 (diff)
downloadFreeBSD-src-9667ed0a16eba9f143da687394e035821f56dc75.zip
FreeBSD-src-9667ed0a16eba9f143da687394e035821f56dc75.tar.gz
Added y.tab.h to SRCS. This should have been used to get dependencies
on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
Diffstat (limited to 'usr.sbin/ipsend')
-rw-r--r--usr.sbin/ipsend/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile
index 4c3b979..75a45b3 100644
--- a/usr.sbin/ipsend/Makefile
+++ b/usr.sbin/ipsend/Makefile
@@ -7,7 +7,8 @@
PROG= ipsend
MAN1= ipsend.1
MAN5= ipsend.5
-SRCS= ipsend.c ip.c ipsopt.c sbpf.c sock.c 44arp.c iplang_y.y iplang_l.l
+SRCS= ipsend.c ip.c ipsopt.c sbpf.c sock.c 44arp.c iplang_y.y iplang_l.l \
+ y.tab.h
CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
-I- -I. -I${.CURDIR}/../../sys/netinet \
OpenPOWER on IntegriCloud