From e00d4f6e8d46a42e518512b38e0d2fb3d89e7470 Mon Sep 17 00:00:00 2001 From: ken Date: Fri, 18 Sep 1998 22:29:35 +0000 Subject: Remove scsi_da.c from the list of things compiled into the CAM library. The functions that were being compiled into the library have been moved to scsi_all.c. One warning: Any programs using scsi_start_stop() or scsi_read_write() that included scsi_da.h but not scsi_all.h will need to be changed to include scsi_all.h. This doesn't affect camcontrol, and I don't think it affects any ports, but you never know. PR: kern/7969 Reviewed by: gibbs --- lib/libcam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libcam/Makefile') diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile index b7e7189..0bccbdc 100644 --- a/lib/libcam/Makefile +++ b/lib/libcam/Makefile @@ -1,6 +1,6 @@ LIB= cam -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_sa.c cam.c # MAN3= cam.3 -- cgit v1.1