diff options
-rw-r--r-- | usr.sbin/pppd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index b1379c1..a628fb8 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -7,7 +7,9 @@ PROG= pppd MAN= pppd.8 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 -BINMODE= 4555 +BINMODE=4550 +BINOWN= root +BINGRP= dialer CFLAGS+= -DHAVE_PATHS_H |