Use the portable md5 routines that have been added to the NetBSD iSCSI

distribution.
This commit is contained in:
agc 2007-12-09 09:23:58 +00:00
parent 4ed8885f3b
commit 3cda7b4363
1 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
# $NetBSD: Makefile,v 1.5 2007/10/26 19:03:17 agc Exp $
# $NetBSD: Makefile,v 1.6 2007/12/09 09:23:58 agc 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 netmask.c
CPPFLAGS+= -DCONFIG_ISCSI_DEBUG
SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c
SRCS+= netmask.c md5c.c md5hl.c
CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -DHAVE_CONFIG_H
CPPFLAGS+= -I${ISCSIDIST}/include
CPPFLAGS+= -pthread
LDFLAGS+= -pthread