summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipsend/Makefile
blob: 04a99f49cc1a7170e4e088e77f450c6927385a19 (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
# $FreeBSD$

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

PROG=	ipsend
SRCS=	ipsend.c ip.c ipsopt.c sbpf.c sock.c 44arp.c iplang_y.y iplang_l.l \
	y.tab.h
MAN=	ipsend.1 ipsend.5

CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
	-DUSE_INET6 \
	-I. \
	-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