summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-07-25 11:44:04 +0000
committerBrian Somers <brian@FreeBSD.org>2001-07-25 11:44:04 +0000
commit1e0a94b6a004688d3cac7e8055ccef11f46a5a38 (patch)
tree56e72d06bbfde0dcd747a26ae2c9d1ac008e087e /usr.sbin/ppp/Makefile
parenta341cbc3fa168f813113067b9ece82781fe430d0 (diff)
downloadsrc-test2-1e0a94b6a004688d3cac7e8055ccef11f46a5a38.tar.gz
src-test2-1e0a94b6a004688d3cac7e8055ccef11f46a5a38.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile4
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