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/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index 3a3574f..f758d58 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -3,14 +3,15 @@
CFLAGS+= -DHAVE_PATHS_H
PROG= pppd
-SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c ccp.c \
- auth.c options.c sys-bsd.c
+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
MAN8= pppd.8
-# The next line is for NetBSD-current systems.
-MAN= pppd.cat8
BINMODE=4555
BINOWN= root
+#CFLAGS+=-DIPX_CHANGE
+#SRCS+= ipxcp.c
+
LDADD= -lcrypt -lutil -lmd
DPADD= ${LIBCRYPT} ${LIBUTIL} ${LIBMD}
OpenPOWER on IntegriCloud