diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-07-24 02:37:48 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-07-24 02:37:48 +0000 |
| commit | e9c56664e7f1db23d1b681b90b18498912f6512b (patch) | |
| tree | 8fa233e5cfa4784e9a5de7cbc29e6911d4954c78 /usr.sbin/pppd | |
| parent | 2b89c4490fb5f73fea3b98a1ed81da69632adc30 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pppd')
| -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 b1379c17bdb0..a628fb84ee31 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 |
