summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d79f724..2dda190 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,8 @@ libs:
ipvsadm: $(OBJS) $(STATIC_LIBS)
$(CC) $(DEFAULT_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
+$(STATIC_LIBS): libs
+
install: all
if [ ! -d $(SBIN) ]; then $(MKDIR) -p $(SBIN); fi
$(INSTALL) -m 0755 ipvsadm $(SBIN)