aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/ipresend/Makefile
blob: 5e0ac15cbb1f98ca4c0817c3dc631ed291bdd633 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$FreeBSD$

PROG=		ipresend
SRCS=		ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
MAN=		ipresend.1

.PATH:		${.CURDIR}/../../../contrib/ipfilter/ipsend

.include <bsd.prog.mk>