summaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend/iptest/Makefile
blob: 17cdef66a367b038f4168cec2dec4f2d0e3041b0 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.1 1996/05/10 21:40:59 dm Exp $

PROG=	iptest
BINDIR=	/usr/sbin
NOMAN=		
SRCS=	iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
CFLAGS+=  -DDOSOCKET -I${.CURDIR}/../common -I${.CURDIR}/../../ipftest
.PATH:	${.CURDIR}/../common

.include <bsd.prog.mk>