dc2ecebec9
Wasabi Systems, Inc. libisns(3) is an implementation of the iSNS protocol as defined in IETF RFC 4171, exporting an API that simplifies Internet Storage Name Service (iSNS) client implementations.
17 lines
286 B
Makefile
17 lines
286 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/01/16 01:22:50 agc Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= isns
|
|
SRCS= isns.c isns_pdu.c isns_socketio.c isns_task.c isns_thread.c
|
|
SRCS+= isns_util.c isns_fileio.c
|
|
|
|
MAN= isns.3
|
|
|
|
INCS= isns.h isns_defs.h
|
|
INCSDIR=/usr/include
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.lib.mk>
|