Deleted Added
full compact
Makefile (289096) Makefile (289114)
1# $FreeBSD: head/usr.sbin/ppp/Makefile 289096 2015-10-09 23:57:07Z bapt $
1# $FreeBSD: head/usr.sbin/ppp/Makefile 289114 2015-10-10 10:48:09Z bapt $
2
3.include <src.opts.mk>
4
5PROG= ppp
6MAN= ppp.8
7SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
8 command.c datalink.c deflate.c defs.c exec.c filter.c fsm.c hdlc.c \
9 iface.c ip.c ipcp.c ipv6cp.c iplist.c lcp.c link.c log.c lqr.c main.c \

--- 7 unchanged lines hidden (view full) ---

17PPP_NO_DES=
18PPP_NO_KLDLOAD=
19PPP_NO_NAT=
20PPP_NO_PAM=
21PPP_NO_RADIUS=
22PPP_NO_SUID=
23.endif
24CONFS= ppp.conf
2
3.include <src.opts.mk>
4
5PROG= ppp
6MAN= ppp.8
7SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
8 command.c datalink.c deflate.c defs.c exec.c filter.c fsm.c hdlc.c \
9 iface.c ip.c ipcp.c ipv6cp.c iplist.c lcp.c link.c log.c lqr.c main.c \

--- 7 unchanged lines hidden (view full) ---

17PPP_NO_DES=
18PPP_NO_KLDLOAD=
19PPP_NO_NAT=
20PPP_NO_PAM=
21PPP_NO_RADIUS=
22PPP_NO_SUID=
23.endif
24CONFS= ppp.conf
25CONFSDIR= ${ETCDIR}/ppp
25CONFSDIR= ${CONFIGDIR}/ppp
26CONFSMODE= 600
27
28.if ${MK_ATM} == "no"
29PPP_NO_ATM=
30.endif
31.if ${MK_NETGRAPH} == "no"
32PPP_NO_NETGRAPH=
33.endif

--- 81 unchanged lines hidden ---
26CONFSMODE= 600
27
28.if ${MK_ATM} == "no"
29PPP_NO_ATM=
30.endif
31.if ${MK_NETGRAPH} == "no"
32PPP_NO_NETGRAPH=
33.endif

--- 81 unchanged lines hidden ---