mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
14 lines
274 B
Makefile
14 lines
274 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
|
|
|
|
MAINTAINER= guido@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|