diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-24 19:03:22 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-24 19:07:45 +0000 |
commit | eab5358b90804669681b639f76ff7e5707e27138 (patch) | |
tree | f6551c1ed41dccd7e63881ac351092684802c107 | |
parent | aad0c65d6b37364d8ba92ecb8c85e004398a5194 (diff) |
Makefile.inc1: Remove mentions of removed target "update"
This is follow-up to commits e290182bcf38 and 1f7d11e636ab.
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 423bc00b3f29..c3b8c5257a18 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: |