summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-07-25 19:23:24 -0500
committerMike Christie <michaelc@cs.wisc.edu>2007-07-25 19:23:24 -0500
commit7d9fbd2b5864049b9efc4d99cbce80019b704ea6 (patch)
treea0e915fcc1bafd7812fb4baa463042e4d5198e06 /Makefile
parent59ae803b8e5c89b2cab4c0cc8424ac026631fc93 (diff)
downloadopen-iscsi-7d9fbd2b5864049b9efc4d99cbce80019b704ea6.tar.gz
Finish hooking into tool
Instead of having each parser print its output, make it common in fw_entry.c and make that use the same format and fields as the rest of the tools. Kept the ibft dump code, because it may be use for compat tools for suse. Let me know and I can help on that if you need it. With the hook in though the format for ibft is the same as normal iscsiadm node info so you can just reuse your parsing login for that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 70986b1..1e6c36b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,7 @@ etcdir = /etc
initddir = $(etcdir)/init.d
MANPAGES = doc/iscsid.8 doc/iscsiadm.8 doc/iscsi_discovery.8
-PROGRAMS = usr/iscsid usr/iscsiadm utils/iscsi_discovery \
- utils/fwparam_ibft/fwparam_ibft utils/iscsi-iname
+PROGRAMS = usr/iscsid usr/iscsiadm utils/iscsi_discovery utils/iscsi-iname
INSTALL = install
ETCFILES = etc/iscsid.conf
IFACEFILES = etc/iface.example