aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2017-11-14 01:48:24 +0000
committerBrad Davis <brd@FreeBSD.org>2017-11-14 01:48:24 +0000
commitf58e59923e3b13ac3af4115a9a4d0c838f543068 (patch)
tree8253053910751ccd6ddd1f6214f39eaf4439b45c /etc/Makefile
parent48f1a4921e216e3366ffd7f63000154bba1115ab (diff)
downloadsrc-f58e59923e3b13ac3af4115a9a4d0c838f543068.tar.gz
src-f58e59923e3b13ac3af4115a9a4d0c838f543068.zip
Remove an unused variable.
Approved by: bdrewery
Notes
Notes: svn path=/head/; revision=325786
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 7e7e28542544..17b34b791183 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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