about summary refs log tree commit diff
path: root/src/tool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/Makefile')
-rw-r--r--src/tool/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tool/Makefile b/src/tool/Makefile
index 964e9d52..a60eceee 100644
--- a/src/tool/Makefile
+++ b/src/tool/Makefile
@@ -1,7 +1,3 @@
-CFLAGS += -DDOCDIR='"/usr/local/share/doc/ngircd"'
-CFLAGS += -DHAVE_CONFIG_H
-CFLAGS += -Isrc -Isrc/portab -Isrc/ipaddr -Isrc/tool
-
 OBJS.tool += src/tool/tool.o
 
 src/tool/libngtool.a: ${OBJS.tool}