Revive hierarchy again.

Please commit only patches, not whole files!
This commit is contained in:
Andrey A. Chernov 1998-09-10 20:44:56 +00:00
parent efc22bbdd3
commit db23f9b3b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39055
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.215 1998/09/07 18:10:26 ache Exp $
# $Id: Makefile,v 1.216 1998/09/09 06:07:32 jb Exp $
#
# The user-driven targets are:
#
@ -93,8 +93,8 @@
# order, but that's not important.
#
TGTS = afterdistribute all buildworld clean cleandepend cleanobj depend \
distribute everything includes installmost install installworld \
most obj rerelease update world
distribute everything hierarchy includes installmost install \
installworld most obj rerelease update world
#
# Handle the user-driven targets, using the source relative mk files.

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc0,v 1.5 1998/09/07 18:10:26 ache Exp $
# $Id: Makefile.inc0,v 1.6 1998/09/09 06:03:51 jb Exp $
#
# This makefile ensures that the object directory is set according to the
# object format to avoid mixing aout and elf formatted files during the
@ -30,7 +30,8 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
# These are the backend targets.
#
BKTGTS= afterdistribute all clean cleandepend cleanobj depend distribute \
everything includes installmost install most obj rerelease update
everything hierarchy includes installmost install most obj \
rerelease update
#
# A generic rule for the backend targets.