9629a4e92d
IPFilter 3.4.x. Approved by: darrenr, guido
15 lines
308 B
Makefile
15 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
|
|
|
|
PROG= ipmon
|
|
MAN4= ipl.4
|
|
MAN8= ipmon.8
|
|
SRCS= ipmon.c
|
|
|
|
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
|
|
|
MAINTAINER= guido@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|