summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/Makefile')
-rw-r--r--usr.sbin/pppd/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index f758d58..9d3db64 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -4,14 +4,22 @@ CFLAGS+= -DHAVE_PATHS_H
PROG= pppd
SRCS= main.c magic.c fsm.c lcp.c ipcp.c ipxcp.c upap.c chap.c ccp.c \
- demand.c auth.c options.c sys-bsd.c
+ demand.c auth.c options.c cbcp.c sys-bsd.c
MAN8= pppd.8
BINMODE=4555
BINOWN= root
+# as per handbook policies section
+MAINTAINER= peter@freebsd.org
+
+# Support SPX/IPX - not quite ready
#CFLAGS+=-DIPX_CHANGE
#SRCS+= ipxcp.c
+# Callback Control Protocol
+CFLAGS+=-DCBCP_SUPPORT
+SRCS+= cbcp.c
+
LDADD= -lcrypt -lutil -lmd
DPADD= ${LIBCRYPT} ${LIBUTIL} ${LIBMD}
OpenPOWER on IntegriCloud