blob: 15d16760f72762a83e7dcbb1ae4c83a579cb491e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.orig Mon Mar 11 09:36:52 2002
+++ Makefile Thu Jun 13 15:20:18 2002
@@ -2,14 +2,14 @@
#################################################################
# CHANGE THIS LINE to point to the location of your pppd binary.
-PPPD = /usr/sbin/pppd
+PPPD = /usr/sbin/ppp
#################################################################
CC = gcc
RM = rm -f
DEBUG = -g
INCLUDE =
-CFLAGS = -Wall -O1 $(DEBUG) $(INCLUDE)
+CFLAGS = -Wall -O1 $(DEBUG) $(INCLUDE) -DUSER_PPP
LIBS =
LDFLAGS = -lutil
|