From owner-freebsd-current Fri Apr 4 22:32:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA23504 for current-outgoing; Fri, 4 Apr 1997 22:32:13 -0800 (PST) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA23499 for ; Fri, 4 Apr 1997 22:32:10 -0800 (PST) Received: (from adm@localhost) by icicle.winternet.com (8.7.5/8.7.5) id AAA14848; Sat, 5 Apr 1997 00:32:04 -0600 (CST) Posted-Date: Sat, 5 Apr 1997 00:32:04 -0600 (CST) Received: from fools.ecp.net(204.246.64.101) by icicle.winternet.com via smap (V2.0beta) id xma014810; Sat, 5 Apr 97 00:31:50 -0600 Received: from localhost (moke@localhost) by fools.ecp.net (8.8.5/8.8.4) with SMTP id AAA00294; Sat, 5 Apr 1997 00:27:03 -0600 (CST) Date: Sat, 5 Apr 1997 00:27:02 -0600 (CST) From: Jimbo Bahooli To: proff@suburbia.net cc: freebsd-current@freebsd.org Subject: Re: ipfilter In-Reply-To: <19970405044954.12816.qmail@suburbia.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I upgraded my src/contrib/ipfilter to the new ipfilter in hopes that it > > actually would compile. Currently i'm getting the error make: don't know > > how to make build. . Any help from anyone? The symlinks are wrong in > > BSD/i386 it appears, but there is no build in the Makefile it should point > > to anyways, so i am lost. > > BSD/Makefile hasn't ever been commited. > Yep, I figured that out shortly after posting this message. So I went and found the real tarball. Compiled great and worked decently, although I had to add a sleep(2); in ipmon.c because it was using 100% cpu when it could.