projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38fa6a
)
Noted that multilink implies the use of TDB.
author
David F. Skoll
<dfs@roaringpenguin.com>
Mon, 14 Jan 2002 14:26:31 +0000
(14:26 +0000)
committer
David F. Skoll
<dfs@roaringpenguin.com>
Mon, 14 Jan 2002 14:26:31 +0000
(14:26 +0000)
pppd/Makefile.linux
patch
|
blob
|
history
diff --git
a/pppd/Makefile.linux
b/pppd/Makefile.linux
index fab5ee41c18505dbccf92a6df224230e16b94e06..5f2de1f8accd8cdcd1fb7bee523da2406d6641a4 100644
(file)
--- a/
pppd/Makefile.linux
+++ b/
pppd/Makefile.linux
@@
-1,6
+1,6
@@
#
# pppd makefile for Linux
-# $Id: Makefile.linux,v 1.4
3 2002/01/14 14:25:09
dfs Exp $
+# $Id: Makefile.linux,v 1.4
4 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