X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=5f2de1f8accd8cdcd1fb7bee523da2406d6641a4;hb=c062322f9e8757b85a3c2281a3190d8af14bcd9b;hp=fab5ee41c18505dbccf92a6df224230e16b94e06;hpb=e38fa6a29a90a514ad7dfa8fa873d5fd49bc9ca1;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index fab5ee4..5f2de1f 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.43 2002/01/14 14:25:09 dfs Exp $ +# $Id: Makefile.linux,v 1.44 2002/01/14 14:26:31 dfs Exp $ # # Default installation locations @@ -98,7 +98,9 @@ endif # Multi-linnk ifdef HAVE_MULTILINK + # Multilink implies the use of TDB USE_TDB=y + CFLAGS += -DHAVE_MULTILINK PPPDSRCS += multilink.c PPPDOBJS += multilink.o