Reflect changes in dist/ in the reachover framework

This commit is contained in:
agc 2006-02-09 23:09:06 +00:00
parent 0a7d1d9211
commit 87de377d9d
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.1 2006/02/08 18:58:55 agc Exp $
# $NetBSD: Makefile,v 1.2 2006/02/09 23:09:06 agc Exp $
.include <bsd.own.mk>
LIB= iscsi
SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c
SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c
CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64
CPPFLAGS+= -I${ISCSIDIST}/include
CPPFLAGS+= -pthread