Add back a few useful targets lost in the reshuffle.

Reviewed by:	jb
This commit is contained in:
Jordan K. Hubbard 1998-09-29 22:03:13 +00:00
parent 29a199dbc5
commit d297a4c5b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39784
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.218 1998/09/15 05:10:17 jkh Exp $ # $Id: Makefile,v 1.219 1998/09/28 20:39:23 jb Exp $
# #
# The user-driven targets are: # The user-driven targets are:
# #
@ -92,9 +92,9 @@
# Define the user-driven targets. These are listed here in alphabetical # Define the user-driven targets. These are listed here in alphabetical
# order, but that's not important. # order, but that's not important.
# #
TGTS = afterdistribute all buildworld clean cleandepend cleanobj depend \ TGTS = afterdistribute all buildworld clean cleandepend cleandir cleanobj \
distribute everything hierarchy includes installmost install \ depend distribute everything hierarchy includes installmost install \
installworld most obj rerelease update world installworld mk most obj rerelease update world
# #
# Handle the user-driven targets, using the source relative mk files. # Handle the user-driven targets, using the source relative mk files.

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile.inc0,v 1.8 1998/09/17 16:32:00 andreas Exp $ # $Id: Makefile.inc0,v 1.9 1998/09/28 20:41:31 jb Exp $
# #
# This makefile ensures that the object directory is set according to the # This makefile ensures that the object directory is set according to the
# object format to avoid mixing aout and elf formatted files during the # object format to avoid mixing aout and elf formatted files during the
@ -29,9 +29,9 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
# #
# These are the backend targets. # These are the backend targets.
# #
BKTGTS= afterdistribute all clean cleandepend cleanobj depend distribute \ BKTGTS= afterdistribute all clean cleandepend cleandir cleanobj depend \
everything hierarchy includes installmost install most obj \ distribute everything hierarchy includes installmost install mk \
rerelease update most obj rerelease update
# #
# A generic rule for the backend targets. # A generic rule for the backend targets.