mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
20 lines
633 B
Text
20 lines
633 B
Text
--- Makefile.orig 2008-05-14 11:33:55.000000000 +0500
|
|
+++ Makefile 2013-08-29 11:28:02.675336240 +0400
|
|
@@ -4,7 +4,7 @@ RELEASE=
|
|
|
|
#################################################################
|
|
# CHANGE THIS LINE to point to the location of your pppd binary.
|
|
-PPPD = /usr/sbin/pppd
|
|
+PPPD = /usr/sbin/ppp
|
|
#################################################################
|
|
|
|
BINDIR=$(DESTDIR)/usr/sbin
|
|
@@ -16,7 +16,7 @@ RM = rm -f
|
|
OPTIMIZE= -O0
|
|
DEBUG = -g
|
|
INCLUDE =
|
|
-CFLAGS = -Wall $(OPTIMIZE) $(DEBUG) $(INCLUDE)
|
|
+CFLAGS += -Wall $(DEBUG) $(INCLUDE) -DUSER_PPP
|
|
LIBS = -lutil
|
|
# Solaris 10
|
|
# LIBS = -lnsl -lsocket -lresolv
|