xref: /freebsd/sbin/ipf/ipresend/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	ipf
2PROG=		ipresend
3SRCS=		ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
4MAN=		ipresend.1
5
6.PATH:		${.CURDIR:H}/ipsend
7
8.include <bsd.prog.mk>
9