aboutsummaryrefslogblamecommitdiff
path: root/sbin/ipmon/Makefile
blob: d900f6754f73f24ecda8cd476eb341020d53fcbe (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                               
                     

               
                                                                               
         
 

                                 
                      
# $FreeBSD$

.PATH:	${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man

PROG=	ipmon
MAN=	ipl.4 ipmon.8
SRCS=	ipmon.c

CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../contrib/ipfilter
WARNS=	0

MAINTAINER=	guido@freebsd.org

.include <bsd.prog.mk>