summaryrefslogtreecommitdiff
path: root/multipathd/Makefile
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-12-09 17:02:27 +0100
committerChristophe Varoqui <root@xa-s05.(none)>2005-12-09 17:02:27 +0100
commit0d46510ad84aa476d006f36323c182aef918878d (patch)
treefe9f92cdce98f922bda1c346437e7aa146246aca /multipathd/Makefile
parent50e37c5758a52691a7753d06263427e6fa3352bd (diff)
downloadmultipath-tools-0d46510ad84aa476d006f36323c182aef918878d.tar.gz
multipath-tools-0d46510ad84aa476d006f36323c182aef918878d.tar.bz2
multipath-tools-0d46510ad84aa476d006f36323c182aef918878d.zip
[build] Makefile cleanup
Fixup CFLAGS so that it can be adjusted by setting 'OPTFLAGS' from the commandline. General cleanup of Makefiles; move common parts into Makefile.inc. Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'multipathd/Makefile')
-rw-r--r--multipathd/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/multipathd/Makefile b/multipathd/Makefile
index 345c308..8ad25ee 100644
--- a/multipathd/Makefile
+++ b/multipathd/Makefile
@@ -4,17 +4,9 @@ EXEC = multipathd
include ../Makefile.inc
#
-# directories where to put stuff
-#
-bindir = /usr/bin
-mandir = /usr/share/man/man8
-rcdir = /etc/init.d
-
-#
# basic flags setting
#
-CFLAGS = -pipe -g -Wall -Wunused -Wstrict-prototypes \
- -DDAEMON -I$(multipathdir) -I$(checkersdir)
+CFLAGS += -DDAEMON -I$(multipathdir) -I$(checkersdir)
LDFLAGS = -lpthread -ldevmapper -lsysfs -lreadline -lncurses
#