mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
15 lines
350 B
Makefile
15 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
|
|
|
|
PROG= ipmon
|
|
MAN= ipl.4 ipmon.8
|
|
|
|
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DLOGFAC=LOG_SECURITY
|
|
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
|
|
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
|
|
WARNS?= 0
|
|
|
|
MAINTAINER= darrenr@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|