mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
14 lines
283 B
Makefile
14 lines
283 B
Makefile
# $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>
|