diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-05-05 13:16:35 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-05 13:16:35 +0000 |
| commit | de1d4a81ee52ceade05bd1f41a0468f4edaca2a2 (patch) | |
| tree | 32feb1d89ff157edf9da332b75a9ef7ee9c0df3b /usr.sbin/ipsend | |
| parent | 8d4a858381296dab6f322a8c68d6f03111b6199f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ipsend')
| -rw-r--r-- | usr.sbin/ipsend/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile index 4c3b9793854e..75a45b398d0d 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 \ |
