diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-03-20 20:10:19 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-03-20 20:10:19 +0000 |
commit | 7785c4f28061636d03cb97386c0385e4eb3f8b99 (patch) | |
tree | d224781b226eda89b92efae364cfcdefde1abef7 /Makefile | |
parent | 2618393ec31e8544ddcfe17d9a9838fc922342c0 (diff) | |
download | src-test2-7785c4f28061636d03cb97386c0385e4eb3f8b99.tar.gz src-test2-7785c4f28061636d03cb97386c0385e4eb3f8b99.zip |
Notes
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). |