1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

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

former is obsolete.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2014-12-05 12:38:01 +00:00
parent 654ea8e767
commit de29f585af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275510
3 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,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
LIBADD= cam util