From owner-freebsd-questions Sat Jul 20 17:12:25 2002 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 B057537B400 for ; Sat, 20 Jul 2002 17:12:22 -0700 (PDT) Received: from prserv.net (out2.prserv.net [32.97.166.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F8D43E5E for ; Sat, 20 Jul 2002 17:12:22 -0700 (PDT) (envelope-from kdagee@attglobal.net) Received: from slip-12-65-114-113.mis.prserv.net ([12.65.114.113]) by prserv.net (out2) with SMTP id <20020721001214202038no20e>; Sun, 21 Jul 2002 00:12:20 +0000 Subject: 5.0 DP1 compilation errors From: karl agee To: freebsd-questions Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1027210304.508.34.camel@enterprise.workgroup> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.0.8 Date: 20 Jul 2002 17:12:30 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok...a followup to my earlier post... this is the makefile for the iir module. Is there something in here that causes it to crap the compilation process? I dont have any iir/raid stuff, I have it commented out of the config file. --karl # $FreeBSD: src/sys/modules/iir/Makefile,v 1.1 2002/01/20 08:51:08 msmith Exp $ KMOD = iir .PATH: ${.CURDIR}/../../dev/${KMOD} SRCS = iir.c iir_ctrl.c iir_pci.c SRCS += opt_scsi.h opt_cam.h SRCS += device_if.h bus_if.h pci_if.h .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message