pkgsrc/net/netbsd-iscsi-initiator/Makefile
sborrill 0dd0bc13dd Update to latest NetBSD -current sources rather than being built from
ancient sources predating a move in the repo.

Source does not maintain a CHANGELOG. It is anticipated that most changes
are build related, though PR/42651 is also addressed by this.
2010-06-04 16:24:55 +00:00

15 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/06/04 16:24:55 sborrill Exp $
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-initiator/}
CATEGORIES= net
COMMENT= NetBSD's iSCSI initiator (per iSCSI RFC 3720)
BUILD_DIRS+= ${WRKSRC}/src/initiator
DISTINFO_FILE= ${.CURDIR}/../../devel/netbsd-iscsi-lib/distinfo
PATCHDIR= ${.CURDIR}/../../devel/netbsd-iscsi-lib/patches
.include "../../devel/netbsd-iscsi-lib/Makefile.common"
.include "../../devel/netbsd-iscsi-lib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"