summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2009-02-18 09:28:34 +0000
committerOthmar Gsenger <otti@anytun.org>2009-02-18 09:28:34 +0000
commit434bdc966862ff69395da9d5afab6156bd12e351 (patch)
tree4ec20de92e0d07b8d72070a616fe38308889db8c /src/Makefile
parentimproved daemonizing (diff)
turn off routing, when no multi connection support (no sync hosts or tap device)
no autorouting on --ifconfig
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 478d4d2..ff25cb4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -167,6 +167,7 @@ cleanall: clean
clean:
rm -f *.o
rm -f *.d
+ rm -f *.d.*
rm -f $(EXECUTABLE)
rm -f anytun-nosync
rm -f -r doc/html/*