freebsd-dev/sbin/ipf/ipresend/Makefile
2005-04-28 16:26:35 +00:00

10 lines
177 B
Makefile

# $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>