diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-06-26 14:45:17 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-06-26 14:45:17 +0000 |
| commit | cc99ed2cf0f1a48695dbef5b86aaed61deac297c (patch) | |
| tree | 615dae5269c320920a01e6466741cde4e9fbf378 /usr.sbin | |
| parent | 69c57b185c61e2b02846176e7100c10d62323fad (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pppd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index cf70f1cf8c4d..e9bcf7f33de2 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1997/10/10 11:59:02 peter Exp $ +# $Id: Makefile,v 1.4.2.1 1998/06/23 21:41:21 peter Exp $ CFLAGS+= -DHAVE_PATHS_H @@ -6,8 +6,8 @@ PROG= pppd 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 MAN8= pppd.8 -#BINMODE=4555 -#BINOWN= root +BINMODE=4555 +BINOWN= root # as per handbook policies section MAINTAINER= peter@freebsd.org |
