From 260a30f093332eb02afbba244f4c2aff6b059731 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Mon, 14 Jan 2002 14:26:31 +0000 Subject: [PATCH] Noted that multilink implies the use of TDB. --- pppd/Makefile.linux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2