b63649522c
Add some iscsi-specific changes too: Portable iSCSI - 20080207 to 20090622 + Use modern autoconf + Add portable iSCSI initiator sources + New directory structure + Put OSD sources in their own directory + iscsi.h -> iscsiprotocol.h + add an iscsi.h for the new interface, and install it + globals_t -> iscsi_target_t + made an iscsi-target.h with all public functions in it + reformatted Intel license to fit in 80 columns + get rid of some abstractions which aren't needed any more + move over to a set of (name, value) tuples in target and initiator + add patch to set the target's StatSN at login time, from Gleb Kozyrev via Mark Foster + add manual page for libiscsi(3) + update libiscsi shared object major version to 2 to reflect the changes in API and ABI More changes to come
6 lines
138 B
Makefile
6 lines
138 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2009/06/25 13:47:09 agc Exp $
|
|
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
|
|
|
|
BINDIR?= /usr/sbin
|
|
WARNS?= 4
|