diff options
| author | Scott Long <scottl@FreeBSD.org> | 2009-07-10 08:18:08 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2009-07-10 08:18:08 +0000 |
| commit | 52c9ce25d8339ad0228be8aaf0e44b45314b38dc (patch) | |
| tree | 65347229e3752769c4a701bd5f5308b2c8b4bf03 /lib | |
| parent | f6c09dd6a8f15f3093d0e4eb226ce6ac0ab1c991 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcam/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile index 92be69db120f..2bbad9ab6fce 100644 --- a/lib/libcam/Makefile +++ b/lib/libcam/Makefile @@ -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 @@ MLINKS+= cam.3 cam_open_device.3 \ 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} |
