diff --git a/l2tp/xl2tpd/Makefile b/l2tp/xl2tpd/Makefile index b06f94b..9e010ea 100644 --- a/l2tp/xl2tpd/Makefile +++ b/l2tp/xl2tpd/Makefile @@ -50,7 +50,7 @@ include Makefile.ver # trust pppd. This work around will be removed in the near future. # DFLAGS= -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH -DFLAGS?= -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_HIDDEN -DDEBUG_FLOW_MORE -DDEBUG_PAYLOAD -DDEBUG_MAGIC -DDEBUG_ZLB -DDEBUG_AUTH -DDEBUG_ENTROPY -DDEBUG_AAA -DDEBUG_FILE +DFLAGS?= -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_HIDDEN -DDEBUG_MAGIC -DDEBUG_ZLB -DDEBUG_AUTH -DDEBUG_ENTROPY -DDEBUG_AAA -DDEBUG_FILE # Uncomment the next line for Linux. KERNELSRC is needed for if_pppol2tp.h, # but we use a local copy if we don't find it. @@ -109,7 +109,7 @@ CONTROL_SRCS=xl2tpd-control.c EXEC=xl2tpd CONTROL_EXEC=xl2tpd-control -PREFIX?=/usr/ +PREFIX?=/usr SBINDIR?=$(DESTDIR)${PREFIX}/sbin BINDIR?=$(DESTDIR)${PREFIX}/bin MANDIR?=$(DESTDIR)${PREFIX}/share/man