diff options
author | jkh <jkh@FreeBSD.org> | 1997-09-28 22:22:06 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-09-28 22:22:06 +0000 |
commit | 854e707802a37360bf69354e64ed294b5105621d (patch) | |
tree | 42c78f1f188ff3e3ee0c730f140c826fe46be415 /etc | |
parent | 30eca4fdb6e423ecf79a0bfd619f1f734057823a (diff) | |
download | FreeBSD-src-854e707802a37360bf69354e64ed294b5105621d.zip FreeBSD-src-854e707802a37360bf69354e64ed294b5105621d.tar.gz |
ppp.secret.sample listed twice, at the cost of ppp.shells.sample.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 59c5549..74ff2e0 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.159 1997/08/14 07:00:44 jkh Exp $ +# $Id: Makefile,v 1.160 1997/08/16 17:07:12 pst Exp $ # -rw-r--r-- BINOWN= root @@ -27,7 +27,7 @@ MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \ NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost PPPCNF= ppp.conf.filter.sample ppp.conf.iij.sample ppp.conf.sample \ ppp.conf.server.sample ppp.dialup.sample ppp.linkup.sample \ - ppp.pap.dialup.sample ppp.secret.sample ppp.deny ppp.secret.sample + ppp.pap.dialup.sample ppp.secret.sample ppp.deny ppp.shells.sample # Special top level files for FreeBSD |