diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index c4ba657e8ea..5f4e9317395 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1997/06/09 03:27:10 brian Exp $ +# $Id: Makefile,v 1.22 1997/06/25 19:29:58 brian Exp $ PROG= ppp SRCS= alias_cmd.c arp.c async.c auth.c ccp.c chap.c chat.c command.c \ @@ -9,7 +9,8 @@ CFLAGS+=-Wall LDADD+= -lmd -lcrypt -lutil DPADD+= ${LIBMD} ${LIBCRYPT} ${LIBUTIL} MAN8= ppp.8 -BINMODE=4555 +BINMODE=4550 BINOWN= root +BINGRP= ppp .include