From b3195eaeee6fa7f88b3aec266a9c971acadace6f Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 23 Nov 1999 21:53:19 +0000 Subject: Revive userland stuff for ipfilter. Also fixes: PR: 7791 --- sbin/ipmon/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sbin/ipmon/Makefile (limited to 'sbin/ipmon') diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile new file mode 100644 index 0000000..96cffcf --- /dev/null +++ b/sbin/ipmon/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man + +PROG= ipmon +MAN8= ipmon.8 +SRCS= ipmon.c + +CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter + +.include -- cgit v1.1