MFC r275510:

Move iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsictl/, as the
former is obsolete.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2015-01-14 11:29:16 +00:00
parent d71f5e8a26
commit 0f45981482
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=277173
3 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ S= ${.CURDIR}/../../sys
WARNS?= 3
CFLAGS+= -I$S
MAN= iscsi.conf.5 iscontrol.8
MAN= iscontrol.8
.include <bsd.prog.mk>

View File

@ -4,7 +4,7 @@ PROG= iscsictl
SRCS= iscsictl.c periphs.c parse.y token.l y.tab.h
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../sys/dev/iscsi
MAN= iscsictl.8
MAN= iscsi.conf.5 iscsictl.8
DPADD= ${LIBCAM} ${LIBUTIL}
LDADD= -lcam -lutil