diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-16 01:18:49 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-16 01:18:49 +0000 |
commit | dda00fa311af3f7f3eac53f2068314685c68e4c3 (patch) | |
tree | d5f1d330be114a7a60484e49fcf3536726aef805 | |
parent | 64f34d0d7173b140b57c4ae2501a2f2c88a1ff4d (diff) | |
download | FreeBSD-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/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/iscsictl/Makefile | 1 |
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} |