Skip site navigation (1)Skip section navigation (2)
Date:      20 Jul 2002 17:12:30 -0700
From:      karl agee <kdagee@attglobal.net>
To:        freebsd-questions <FreeBSD-Questions@FreeBSD.ORG>
Subject:   5.0 DP1 compilation errors
Message-ID:  <1027210304.508.34.camel@enterprise.workgroup>

next in thread | raw e-mail | index | archive | help
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>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1027210304.508.34.camel>