Use the KTR facility to trace token operations.
[dragonfly.git] / sbin / ipmon / Makefile
1 # $FreeBSD: src/sbin/ipmon/Makefile,v 1.6.2.3 2002/04/27 18:13:36 darrenr Exp $
2 # $DragonFly: src/sbin/ipmon/Makefile,v 1.5 2004/02/04 01:02:14 rob Exp $
3
4 .PATH:  ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
5
6 PROG=   ipmon
7 MAN=    ipl.4 ipmon.8
8 SRCS=   ipmon.c
9
10 CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
11 CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter
12 CFLAGS+=-I${.CURDIR}/../../sys
13 CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
14 CFLAGS+=-D__FreeBSD__
15
16 .include <bsd.prog.mk>