8a499e478d
Libiscsi is a client-side library to implement the iSCSI protocol that can be used to access the resources of an iSCSI target. The library is fully asynchronous with regards to iSCSI commands and SCSI tasks, but a synchronous layer is also provided for ease of use for simpler applications.
12 lines
313 B
Makefile
12 lines
313 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/03/13 13:21:39 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= libiscsi
|
|
|
|
.if !defined(LIBISCSI_BUILDLINK3_MK)
|
|
LIBISCSI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libiscsi+= libiscsi>=1.19.0
|
|
BUILDLINK_PKGSRCDIR.libiscsi?= ../../net/libiscsi
|
|
.endif # LIBISCSI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libiscsi
|