Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / iptest / Makefile
1 # $FreeBSD: src/usr.sbin/iptest/Makefile,v 1.4.2.3 2001/11/14 14:15:05 guido Exp $
2 # $DragonFly: src/usr.sbin/iptest/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../contrib/ipfilter/ipsend \
5         ${.CURDIR}/../../contrib/ipfilter
6
7 PROG=   iptest
8 SRCS=   iptest.c iptests.c ip.c sbpf.c 44arp.c sock.c
9
10 CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" -DUSE_INET6 \
11         -I- -I${.CURDIR}/../../sys/contrib/ipfilter/netinet \
12         -I${.CURDIR}/../../contrib/ipfilter/ipsend \
13         -I${.CURDIR}/../../contrib/ipfilter
14
15 MAINTAINER=     guido@freebsd.org
16
17 .include <bsd.prog.mk>