From ffad9893e72b10608678847c3bb1c9958556fe81 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 26 Mar 2019 20:44:02 +0000 Subject: [PATCH] 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 --- share/mk/src.opts.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 7fbefbe628fe..f747a636e436 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -182,7 +182,6 @@ __DEFAULT_YES_OPTIONS = \ TELNET \ TEXTPROC \ TFTP \ - TIMED \ UNBOUND \ USB \ UTMPX \