freebsd-dev/sbin/ipf/ipresend/Makefile
2005-04-25 18:55:52 +00:00

12 lines
200 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
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>