]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/ipf/iptest/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>