svn commit: r345555 - head/share/mk
John Baldwin
jhb at FreeBSD.org
Tue Mar 26 20:44:03 UTC 2019
Author: jhb
Date: Tue Mar 26 20:44:02 2019
New Revision: 345555
URL: https://svnweb.freebsd.org/changeset/base/345555
Log:
Remove the TIMED src option from the list of options.
This was missed in r342139 when timed(8) was removed and fixes a
warning when running makeman to regenerate src.conf.5.
Differential Revision: https://reviews.freebsd.org/D19486
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk Tue Mar 26 20:32:05 2019 (r345554)
+++ head/share/mk/src.opts.mk Tue Mar 26 20:44:02 2019 (r345555)
@@ -182,7 +182,6 @@ __DEFAULT_YES_OPTIONS = \
TELNET \
TEXTPROC \
TFTP \
- TIMED \
UNBOUND \
USB \
UTMPX \
More information about the svn-src-all
mailing list