]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/ipf/iptest/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / ipf / iptest / Makefile
1 #       $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=           iptest
6 SRCS=           iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
7 MAN=            iptest.1
8
9 .PATH:          ${NETBSDSRCDIR}/dist/ipf/ipsend
10
11 .include <bsd.prog.mk>