From owner-freebsd-questions@FreeBSD.ORG Thu May 19 16:26:44 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6548416A4CE for ; Thu, 19 May 2005 16:26:44 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C844443D97 for ; Thu, 19 May 2005 16:26:43 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by zproxy.gmail.com with SMTP id 18so660166nzp for ; Thu, 19 May 2005 09:26:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mL//h80rrlmWcR2V36LoCC0QAEnZMl7wlxIZkVKHcVtGJ+3ybW10m4Wxx9e5bkrbtU3j/3Bv2iCqLFRBVohC6raFq07NhW9GraO36oQKV9Z7Arhw+2XUeZNtCJKvsEKG06qHeYkAGVRNm2x4AoXd474X95IAh328SHSHPqcTcYY= Received: by 10.36.46.20 with SMTP id t20mr495624nzt; Thu, 19 May 2005 09:26:43 -0700 (PDT) Received: by 10.36.47.11 with HTTP; Thu, 19 May 2005 09:26:42 -0700 (PDT) Message-ID: <2b5f066d05051909265dae6665@mail.gmail.com> Date: Thu, 19 May 2005 12:26:43 -0400 From: Brian McCann To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: ng_netflow complile problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian McCann List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 16:26:44 -0000 Hi all. I've made ng_netflow work on one of my SMP boxes, and now I need to make it work on a UP box...should be fairly simple. I'm trying to compile ng_netflow, and I get the following error: --------------------------- =3D=3D=3D> ng_netflow "/usr/share/mk/bsd.man.mk", line 53: bsd.man.mk cannot be included directly= . *** Error code 1 Stop in /root/netflow/ng_netflow-0.2.5-UP. --------------------------- I've grep'ed for "bsd.man.mk" in the Makefiles and all the source and cannot find it. Anyone have any ideas here? I'm at a loss... Thanks in advance, --Brian