git: 49f3ad056e34 - stable/13 - Makefile.inc1: Remove mentions of removed target "update"

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Sun, 31 Oct 2021 19:29:58 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=49f3ad056e34c73e969ddb072c650da0f4d4e6da

commit 49f3ad056e34c73e969ddb072c650da0f4d4e6da
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-10-24 19:03:22 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-10-31 19:29:51 +0000

    Makefile.inc1: Remove mentions of removed target "update"
    
    This is follow-up to commits e290182bcf38 and 1f7d11e636ab.
    
    (cherry picked from commit eab5358b90804669681b639f76ff7e5707e27138)
---
 Makefile.inc1 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 66a4c4bf316b..4fa955779c1f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -43,7 +43,6 @@
 # installworld- install everything built by "buildworld"
 # checkworld  - run test suite on installed world
 # doxygen     - build API documentation of the kernel
-# update      - convenient way to update your source tree (eg: svn/svnup)
 #
 # Standard targets (not defined here) are documented in the makefiles in
 # /usr/share/mk.  These include: