1145524Sdarrenr#	$FreeBSD: releng/10.3/sbin/ipf/ipresend/Makefile 145630 2005-04-28 16:26:35Z darrenr $
2145524Sdarrenr
3145524SdarrenrPROG=		ipresend
4145524SdarrenrSRCS=		ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
5145524SdarrenrMAN=		ipresend.1
6145524Sdarrenr
7145524Sdarrenr.PATH:		${.CURDIR}/../../../contrib/ipfilter/ipsend
8145524Sdarrenr
9145524Sdarrenr.include <bsd.prog.mk>
10