diff options
author | brian <brian@FreeBSD.org> | 1997-11-09 14:24:24 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-11-09 14:24:24 +0000 |
commit | 62165920fc2701ff727e0ed9f965090259735945 (patch) | |
tree | 31de28f168c38979ccd21639b5875674ace24d74 /etc | |
parent | 164425f5cee190963d2f6bc9f9c5fc4181182f8c (diff) | |
download | FreeBSD-src-62165920fc2701ff727e0ed9f965090259735945.zip FreeBSD-src-62165920fc2701ff727e0ed9f965090259735945.tar.gz |
Don't mention removed ppp sample files
Pointed out by: jkh
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index c24463c..f0a3c05 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.161 1997/09/28 22:22:06 jkh Exp $ +# $Id: Makefile,v 1.162 1997/10/20 00:35:17 jmb Exp $ # -rw-r--r-- BINOWN= root @@ -25,9 +25,8 @@ BIN3= netstart pccard_ether MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \ BSD.var.dist BSD.x11.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.shells.sample +PPPCNF= ppp.conf.sample ppp.linkup.sample ppp.linkdown.sample \ + ppp.secret.sample ppp.deny ppp.shells.sample NOSPAM= Makefile README sendmail.cf.additions |