freebsd-ports/net/pptpclient/files/patch-aa
Anton Berezin ce16a2aa64 Update to 1.1.0.
Submitted by:	maintainer
2002-06-13 15:51:27 +00:00

19 lines
514 B
Text

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