freebsd-ports/net/pptpclient/files/patch-aa

20 lines
514 B
Text
Raw Normal View History

--- 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