xref: /NextBSD/sbin/ipf/ipresend/Makefile (revision b137080f19736ee33fede2e88bb54438604cf86b)
1#	$FreeBSD$
2
3PROG=		ipresend
4SRCS=		ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
5MAN=		ipresend.1
6
7.PATH:		${.CURDIR}/../../../contrib/ipfilter/ipsend
8
9.include <bsd.prog.mk>
10