X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/014cd8c15d4644788915ed616e2a5ad2dd22b934..4deca21d7b4f37c16ea4d2f170c87dd8a4ea6e87:/Makefile diff --git a/Makefile b/Makefile index dc0bd23..722e9d2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ LD = gcc INCLUDES = -I. CPPFLAGS = $(INCLUDES) $(DEFINES) CFLAGS = -Wall $(OPTIM) -LDFLAGS = -rdynamic +LDFLAGS = LDLIBS = -lm INSTALL = install -c -D -o root -g root @@ -104,7 +104,7 @@ install: all mknod /dev/net/tun c 10 200; \ fi -.PHONY: all clean depend +.PHONY: all clean depend install ## Dependencies: (autogenerated) ## arp.o: arp.c l2tpns.h