summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipsend/Makefile
blob: f356fa8e0d233c88e3527e8abcd68448b0d0d329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

.PATH:	${.CURDIR}/../../contrib/ipfilter/ipsend \
	${.CURDIR}/../../contrib/ipfilter/iplang \
	${.CURDIR}/../../contrib/ipfilter

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 \
	y.tab.h

CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
	-DUSE_INET6 \
	-I- -I. -I${.CURDIR}/../../sys/netinet \
	-I${.CURDIR}/../../contrib/ipfilter/ipsend \
	-I${.CURDIR}/../../contrib/ipfilter/iplang \
	-I${.CURDIR}/../../contrib/ipfilter

DPADD=	${LIBL}
LDADD=	-ll

MAINTAINER=	guido@freebsd.org

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud