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

MAINTAINER=	darrenr@freebsd.org

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

PROG=	ipsend
MAN=	ipsend.1 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
CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter/netinet
CFLAGS+= -I. -I${.CURDIR}/../../contrib/ipfilter/ipsend \
	 -I${.CURDIR}/../../contrib/ipfilter/iplang \
	 -I${.CURDIR}/../../contrib/ipfilter

DPADD=	${LIBL}
LDADD=	-ll

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