X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/7d7afb67c88904839a7b331152b8c3f2cf784adf..9cc63de62466c5f70e51a06681aae32db8ac385a:/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