1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00
freebsd/lib/libiscsiutil/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
187 B
Makefile
Raw Permalink Normal View History

LIB= iscsiutil
INTERNALLIB=
PACKAGE= iscsi
INCS= libiscsiutil.h
SRCS= chap.c connection.c keys.c log.c pdu.c text.c utils.c
CFLAGS+= -I${SRCTOP}/sys/dev/iscsi
.include <bsd.lib.mk>