Install tgt-setup-lun when running 'make install'. Signed-off-by: Erez Zilber <erezz at voltaire.com> --- usr/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/usr/Makefile b/usr/Makefile index 02ef860..0c02277 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -53,6 +53,7 @@ CFLAGS += -g -O2 -Wall -Wstrict-prototypes -fPIC LIBS += -lpthread PROGRAMS += tgtd tgtadm +PROGRAMS += ../scripts/tgt-setup-lun TGTD_OBJS += tgtd.o mgmt.o target.o scsi.o log.o driver.o util.o work.o \ parser.o spc.o sbc.o mmc.o osd.o scc.o smc.o bs.o -- 1.5.3 |