summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-16 01:18:49 +0000
committergjb <gjb@FreeBSD.org>2016-02-16 01:18:49 +0000
commitdda00fa311af3f7f3eac53f2068314685c68e4c3 (patch)
treed5f1d330be114a7a60484e49fcf3536726aef805
parent64f34d0d7173b140b57c4ae2501a2f2c88a1ff4d (diff)
downloadFreeBSD-src-dda00fa311af3f7f3eac53f2068314685c68e4c3.zip
FreeBSD-src-dda00fa311af3f7f3eac53f2068314685c68e4c3.tar.gz
Include correct is*ct*l program in iscsi package, and package the
legacy version separately. Submitted by: trasz Sponsored by: The FreeBSD Foundation
-rw-r--r--sbin/iscontrol/Makefile2
-rw-r--r--usr.bin/iscsictl/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/sbin/iscontrol/Makefile b/sbin/iscontrol/Makefile
index ec226c5..6b0fe3a 100644
--- a/sbin/iscontrol/Makefile
+++ b/sbin/iscontrol/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PACKAGE=iscsi
+PACKAGE=iscsi_legacy
SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
PROG= iscontrol
LIBADD= cam md
diff --git a/usr.bin/iscsictl/Makefile b/usr.bin/iscsictl/Makefile
index 4437e2d..72eae15 100644
--- a/usr.bin/iscsictl/Makefile
+++ b/usr.bin/iscsictl/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= iscsi
PROG= iscsictl
SRCS= iscsictl.c periphs.c parse.y token.l y.tab.h
CFLAGS+= -I${.CURDIR}
OpenPOWER on IntegriCloud