diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-24 19:03:22 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-31 19:29:51 +0000 |
commit | 49f3ad056e34c73e969ddb072c650da0f4d4e6da (patch) | |
tree | 3291af023bd6f0f97032cc502438e347015c1ed1 | |
parent | cbd82a22eb0cfd32889e7ddd74fa8b0edf1adf19 (diff) |
Makefile.inc1: Remove mentions of removed target "update"
This is follow-up to commits e290182bcf38 and 1f7d11e636ab.
(cherry picked from commit eab5358b90804669681b639f76ff7e5707e27138)
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 0 insertions, 1 deletions
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: |