diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-09 06:07:32 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-09 06:07:32 +0000 |
| commit | 2b0daddd6ad500c2a5a0c506cd5200ecc6e4845d (patch) | |
| tree | cc1c79732976f3eb3b4a693f23f4ac17516e4985 /Makefile | |
| parent | 88d37d8d98e667e597b6bb855852ffb41895f7e3 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.214 1998/09/04 21:19:37 jb Exp $ +# $Id: Makefile,v 1.215 1998/09/07 18:10:26 ache Exp $ # # The user-driven targets are: # @@ -15,6 +15,8 @@ # a.out to elf format (see below). # aout-to-elf-install - Install everything built by aout-to-elf-build (see # below). +# move-aout-libs - Move the a.out libraries into an aout sub-directory +# of each elf library sub-directory. # # This makefile is simple by design. The FreeBSD make automatically reads # the /usr/share/mk/sys.mk unless the -m argument is specified on the @@ -90,9 +92,9 @@ # Define the user-driven targets. These are listed here in alphabetical # order, but that's not important. # -TGTS = all buildworld clean cleandepend cleanobj depend distribute \ - everything hierarchy includes installmost install installworld \ - most obj update world afterdistribute +TGTS = afterdistribute all buildworld clean cleandepend cleanobj depend \ + distribute everything includes installmost install installworld \ + most obj rerelease update world # # Handle the user-driven targets, using the source relative mk files. @@ -122,7 +124,8 @@ test : # Define the upgrade targets. These are listed here in alphabetical # order, but that's not important. # -UPGRADE = aout-to-elf aout-to-elf-build aout-to-elf-install +UPGRADE = aout-to-elf aout-to-elf-build aout-to-elf-install \ + move-aout-libs # # Handle the upgrade targets, using the source relative mk files. |
