Deleted Added
full compact
Makefile (271075) Makefile (278569)
1# $FreeBSD: stable/10/usr.sbin/ppp/Makefile 271075 2014-09-04 01:38:31Z neel $
1# $FreeBSD: stable/10/usr.sbin/ppp/Makefile 278569 2015-02-11 08:52:29Z ngie $
2
3.include <bsd.own.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 \

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

26PPP_NO_ATM=
27.endif
28.if ${MK_NETGRAPH} == "no"
29PPP_NO_NETGRAPH=
30.endif
31.if ${MK_PAM_SUPPORT} == "no"
32PPP_NO_PAM=
33.endif
2
3.include <bsd.own.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 \

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

26PPP_NO_ATM=
27.endif
28.if ${MK_NETGRAPH} == "no"
29PPP_NO_NETGRAPH=
30.endif
31.if ${MK_PAM_SUPPORT} == "no"
32PPP_NO_PAM=
33.endif
34.if ${MK_RADIUS_SUPPORT} == "no"
35PPP_NO_RADIUS=
36.endif
34
35.if defined(PPP_NO_SUID)
36BINMODE=554
37.else
38BINMODE=4554
39BINOWN= root
40.endif
41BINGRP= network

--- 74 unchanged lines hidden ---
37
38.if defined(PPP_NO_SUID)
39BINMODE=554
40.else
41BINMODE=4554
42BINOWN= root
43.endif
44BINGRP= network

--- 74 unchanged lines hidden ---