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