Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2001 09:53:25 -0700
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        "James E. Housley" <jeh@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/misc/amanda24-server Makefile pkg-plist
Message-ID:  <20010201095324.A45813@panzer.kdm.org>
In-Reply-To: <200102011259.f11CxtB64291@freefall.freebsd.org>; from jeh@FreeBSD.org on Thu, Feb 01, 2001 at 04:59:55AM -0800
References:  <200102011259.f11CxtB64291@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 01, 2001 at 04:59:55 -0800, James E. Housley wrote:
> jeh         2001/02/01 04:59:55 PST
> 
>   Modified files:
>     misc/amanda24-server Makefile pkg-plist 
>   Log:
>   Up throught FreeBSD 3.x scsiio.h existed anc cause chg-scsi to be built.
>   After that, SCSI was CAMified and chg-scsi isn't built, but that is a
>   seperate problem.
>   
>   Submitted by:	bento

CAM went into the tree in FreeBSD 3.0.

There are also 2.2.x versions out there with CAM patches applied.

The most reliable way to detect a CAM system, from a makefile, is:

.if exists(/usr/include/camlib.h)
...CAM system...
.else
...not a CAM system...
.endif

Ken
-- 
Kenneth Merry
ken@kdm.org


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




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