Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2009 08:08:54 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 165369 for review
Message-ID:  <200906290808.n5T88sGQ073679@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165369

Change 165369 by mav@mav_mavbook on 2009/06/29 08:08:28

	Include ATA functions to the library.

Affected files ...

.. //depot/projects/scottl-camlock/src/lib/libcam/Makefile#2 edit

Differences ...

==== //depot/projects/scottl-camlock/src/lib/libcam/Makefile#2 (text+ko) ====

@@ -2,7 +2,8 @@
 
 LIB=		cam
 SHLIBDIR?=	/lib
-SRCS=		camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c
+SRCS=		camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c \
+		ata_all.c
 INCS=		camlib.h
 
 DPADD=		${LIBSBUF}
@@ -34,7 +35,8 @@
 		cam_cdbparse.3 csio_encode_visit.3 \
 		cam_cdbparse.3 buff_encode_visit.3
 
-.PATH:		${.CURDIR}/../../sys/cam/scsi ${.CURDIR}/../../sys/cam
+.PATH:		${.CURDIR}/../../sys/cam/scsi ${.CURDIR}/../../sys/cam/ata \
+		${.CURDIR}/../../sys/cam
 
 SDIR=		${.CURDIR}/../../sys
 CFLAGS+=	-I${.CURDIR} -I${SDIR}



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