iscsi sources have moved to src/external/bsd/iscsi

This commit is contained in:
agc 2009-06-25 23:37:50 +00:00
parent c16d893d82
commit 9fc49d2576
2 changed files with 0 additions and 28 deletions

View File

@ -1,23 +0,0 @@
# $NetBSD: Makefile,v 1.11 2009/06/25 21:04:13 dyoung Exp $
.include <bsd.own.mk>
USE_FORT?= yes # network protocol library
LIB= iscsi
SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c
SRCS+= netmask.c md5c.c md5hl.c uuid.c
CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -DHAVE_CONFIG_H
CPPFLAGS+= -I${ISCSIDIST}/include
CPPFLAGS+= -pthread
LDFLAGS+= -pthread
NOMAN= # defined
WARNS=4
ISCSIDIST= ${NETBSDSRCDIR}/external/bsd/iscsi/dist
.PATH: ${ISCSIDIST}/src
.PATH: ${ISCSIDIST}/src/lib
LIBDPLIBS+= pthread ${.CURDIR}/../libpthread
.include <bsd.lib.mk>

View File

@ -1,5 +0,0 @@
# $NetBSD: shlib_version,v 1.4 2009/04/18 16:31:30 tsutsui Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=1
minor=0