Date: 20 Jul 2002 17:14:06 -0700 From: karl agee <kdagee@attglobal.net> To: freebsd-current <current@FreeBSD.ORG> Subject: [Fwd: 5.0 DP1 compilation errors] Message-ID: <1027210452.508.36.camel@enterprise.workgroup>
index | next in thread | raw e-mail
[-- Attachment #1 --]
[-- Attachment #2 --]
Subject: 5.0 DP1 compilation errors
From: karl agee <kdagee@attglobal.net>
To: freebsd-questions <FreeBSD-Questions@FreeBSD.ORG>
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
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 <bsd.kmod.mk>
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1027210452.508.36.camel>
