Deleted Added
full compact
Makefile (216088) Makefile (225227)
1# $FreeBSD: head/lib/libcam/Makefile 216088 2010-11-30 22:39:46Z ken $
1# $FreeBSD: head/lib/libcam/Makefile 225227 2011-08-28 09:26:48Z kib $
2
3LIB= cam
4SHLIBDIR?= /lib
5SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c \
6 ata_all.c smp_all.c
7INCS= camlib.h
8
9DPADD= ${LIBSBUF}

--- 27 unchanged lines hidden (view full) ---

37 cam_cdbparse.3 buff_encode_visit.3
38
39.PATH: ${.CURDIR}/../../sys/cam/scsi ${.CURDIR}/../../sys/cam/ata \
40 ${.CURDIR}/../../sys/cam
41
42SDIR= ${.CURDIR}/../../sys
43CFLAGS+= -I${.CURDIR} -I${SDIR}
44
2
3LIB= cam
4SHLIBDIR?= /lib
5SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c \
6 ata_all.c smp_all.c
7INCS= camlib.h
8
9DPADD= ${LIBSBUF}

--- 27 unchanged lines hidden (view full) ---

37 cam_cdbparse.3 buff_encode_visit.3
38
39.PATH: ${.CURDIR}/../../sys/cam/scsi ${.CURDIR}/../../sys/cam/ata \
40 ${.CURDIR}/../../sys/cam
41
42SDIR= ${.CURDIR}/../../sys
43CFLAGS+= -I${.CURDIR} -I${SDIR}
44
45SHLIB_MAJOR= 6
46
45.include <bsd.lib.mk>
47.include <bsd.lib.mk>