diff options
author | jkh <jkh@FreeBSD.org> | 1999-03-20 20:10:19 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-03-20 20:10:19 +0000 |
commit | f9abc2239bbef34d827db81254e00f67481c9cca (patch) | |
tree | 2dd20084e6b3b0002b33a390a5be48145a89c5ce /Makefile | |
parent | 1c18b849ca0f22609bd995bae1b5513638e0a94e (diff) | |
download | FreeBSD-src-f9abc2239bbef34d827db81254e00f67481c9cca.zip FreeBSD-src-f9abc2239bbef34d827db81254e00f67481c9cca.tar.gz |
Note that the upgrade target exists, and what it does.
Requested by: Wayne M Barnes <stabilizer@klentaq1.emergingtech.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.223 1999/01/26 09:12:20 jkh Exp $ +# $Id: Makefile,v 1.224 1999/02/17 20:56:09 msmith Exp $ # # The user-driven targets are: # @@ -8,6 +8,7 @@ # installworld - Install everything built by "buildworld". # world - buildworld + installworld. # update - Convenient way to update your source tree (cvs). +# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way # most - Build user commands, no libraries or include files. # installmost - Install user commands, no libraries or include files. # aout-to-elf - Upgrade an system from a.out to elf format (see below). |