]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sbin/ipf/ipresend/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / sbin / ipf / ipresend / Makefile
1 #       $FreeBSD$
2
3 PROG=           ipresend
4 SRCS=           ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
5 MAN=            ipresend.1
6
7 .PATH:          ${.CURDIR}/../../../contrib/ipfilter/ipsend
8
9 .include <bsd.prog.mk>