Makefile revision 145524
1#	$FreeBSD: head/sbin/ipf/ipresend/Makefile 145524 2005-04-25 18:55:52Z darrenr $
2
3.include <bsd.own.mk>
4
5PROG=		ipresend
6SRCS=		ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
7MAN=		ipresend.1
8
9.PATH:		${.CURDIR}/../../../contrib/ipfilter/ipsend
10
11.include <bsd.prog.mk>
12