From ebcb6d9e5b30150d59369fb09d0ab00eae5b6c7d Mon Sep 17 00:00:00 2001 From: Guido van Rooij 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 000000000000..96cffcf4a6d5 --- /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.2.3