aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 773594c64..4169e2a15 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -75,6 +75,8 @@ func_odbc.so: func_odbc.o
install: all
for x in $(FUNCS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
+uninstall:
+
ifneq ($(wildcard .depend),)
include .depend
endif