summaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend/ipresend/Makefile
blob: f0d7c8275597258d147a1f2a57867347552b94bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.3 1998/01/26 04:16:56 dgregor Exp $

PROG=	ipresend
BINDIR=	/usr/sbin
MAN=	ipresend.1
SRCS=	ipresend.o resend.o \
	ipft_ef.o ipft_hx.o ipft_pc.o ipft_sn.o ipft_td.o ipft_tx.o opt.o \
	sock.o 44arp.o sbpf.o ip.o 
CFLAGS+=  -DDOSOCKET -I${.CURDIR}/../common -I${.CURDIR}/../../ipftest \
		-I${.CURDIR}/../../../sbin/ipf \
		-I${.CURDIR}/../../../sys/netinet
.PATH:	${.CURDIR}/../common ${.CURDIR}/../../ipftest \
		${.CURDIR}/../../../sbin/ipf

.include <bsd.prog.mk>