Remove a file that's unnecessary.

This commit is contained in:
agc 2006-03-04 21:52:00 +00:00
parent 59c5bfcbfc
commit 132771c158
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
PROG= ../bin/iscsi-target
SRCS= disk.c iscsi-target.c target.c iscsi.c util.c parameters.c
CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
CPPFLAGS+= -I${.CURDIR}/../include
CPPFLAGS+= -pthread
LDFLAGS+= -pthread
NOMAN= # defined
WARNS=4
.include <bsd.prog.mk>