Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2017 01:48:24 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325786 - head/etc
Message-ID:  <201711140148.vAE1mOq6057968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd (doc,ports committer)
Date: Tue Nov 14 01:48:24 2017
New Revision: 325786
URL: https://svnweb.freebsd.org/changeset/base/325786

Log:
  Remove an unused variable.
  
  Approved by:	bdrewery

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Tue Nov 14 00:29:14 2017	(r325785)
+++ head/etc/Makefile	Tue Nov 14 01:48:24 2017	(r325786)
@@ -152,8 +152,6 @@ BIN1+= regdomain.xml
 # -rwxr-xr-x root:wheel, for the new cron root:wheel
 BIN2=	netstart pccard_ether rc.suspend rc.resume
 
-PPPCNF=	ppp.conf
-
 .if ${MK_SENDMAIL} == "no"
 ETCMAIL=mailer.conf aliases
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711140148.vAE1mOq6057968>