diff options
author | pst <pst@FreeBSD.org> | 1996-10-19 17:10:28 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-10-19 17:10:28 +0000 |
commit | a653e669bc722e2f6a0ad992b2aa1ebf59a05af4 (patch) | |
tree | b7393bb0b9eaf439d797e89b431101b73aae737f /etc/Makefile | |
parent | 409d475e8dbb07846fdd35be0d40f88e2e08f4c8 (diff) | |
download | FreeBSD-src-a653e669bc722e2f6a0ad992b2aa1ebf59a05af4.zip FreeBSD-src-a653e669bc722e2f6a0ad992b2aa1ebf59a05af4.tar.gz |
Recent ppp changes broke make release. :-(
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 4a6b38d..57c95fb 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.141 1996/08/17 22:27:03 wosch Exp $ +# $Id: Makefile,v 1.142 1996/08/18 11:05:05 wosch Exp $ # -rw-r--r-- BINOWN= root @@ -24,8 +24,9 @@ BIN3= daily weekly monthly pccard_ether MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost -PPPCNF= ppp.conf.filter.sample ppp.conf.iij ppp.conf.sample \ - ppp.linkup.sample ppp.secret.sample +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 # Special top level files for FreeBSD |