diff options
author | jhb <jhb@FreeBSD.org> | 2008-01-30 19:33:18 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-01-30 19:33:18 +0000 |
commit | b3bca4a1b7be2a5648111577c1802f6b8fe4515d (patch) | |
tree | d50e0a5779cbbb7e930e7964d916ba5a7a3a7252 /Makefile | |
parent | a0c6a1a4d5c42c8a4df5574a44484788f879862c (diff) | |
download | FreeBSD-src-b3bca4a1b7be2a5648111577c1802f6b8fe4515d.zip FreeBSD-src-b3bca4a1b7be2a5648111577c1802f6b8fe4515d.tar.gz |
Add a note pointing to build(7) for more info.
MFC after: 1 week
Reviewed by: ru
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ # developer convenience only. They are intentionally not documented and # completely subject to change without notice. # +# For more information, see the build(7) manual page. +# TGTS= all all-man buildenv buildenvvars buildkernel buildworld \ check-old check-old-dirs check-old-files check-old-libs \ checkdpadd clean cleandepend cleandir \ |