diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:03:55 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:03:55 +0000 |
| commit | 5695441bc798c0dd1c54181d247ec508c2d01898 (patch) | |
| tree | a00d5049bd892da01c9cd04679c387b255697489 | |
| parent | c91dd79f9182dedb9ee4fd27e0a8e16fc9b49466 (diff) | |
Notes
| -rw-r--r-- | lib/libcam/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile index a4cae7aa8a6ce..37b3c4fcc708b 100644 --- a/lib/libcam/Makefile +++ b/lib/libcam/Makefile @@ -36,11 +36,10 @@ 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/ata \ - ${.CURDIR}/../../sys/cam +.PATH: ${SRCTOP}/sys/cam/scsi ${SRCTOP}/sys/cam/ata \ + ${SRCTOP}/sys/cam -SDIR= ${.CURDIR}/../../sys -CFLAGS+= -I${.CURDIR} -I${SDIR} +CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys SHLIB_MAJOR= 7 |
