90e655ea4e
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= guido@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \
|
|
${.CURDIR}/../../contrib/ipfilter
|
|
|
|
PROG= iptest
|
|
SRCS= iptest.c iptests.c ip.c sbpf.c 44arp.c sock.c
|
|
|
|
CFLAGS+= -DDOSOCKET -DIPL_NAME=\"/dev/ipl\" -DUSE_INET6
|
|
CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter/netinet
|
|
CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter/ipsend \
|
|
-I${.CURDIR}/../../contrib/ipfilter
|
|
|
|
.include <bsd.prog.mk>
|