diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-07-25 11:44:04 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-07-25 11:44:04 +0000 |
commit | 1e0a94b6a004688d3cac7e8055ccef11f46a5a38 (patch) | |
tree | 56e72d06bbfde0dcd747a26ae2c9d1ac008e087e /usr.sbin/ppp/Makefile | |
parent | a341cbc3fa168f813113067b9ece82781fe430d0 (diff) | |
download | src-test2-1e0a94b6a004688d3cac7e8055ccef11f46a5a38.tar.gz src-test2-1e0a94b6a004688d3cac7e8055ccef11f46a5a38.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index ccbe6a6c20dc..acdff762eeca 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -9,9 +9,9 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \ server.c sig.c slcompress.c sync.c systems.c tcp.c tcpmss.c \ throughput.c timer.c tty.c tun.c udp.c vjcomp.c .if defined(NOSUID) || defined(PPP_NOSUID) -BINMODE=554 +BINMODE=551 .else -BINMODE=4554 +BINMODE=4551 BINOWN= root .endif BINGRP= network |