Add the missing rerelease target back.

Reported by: Justin Gibbs.
This commit is contained in:
John Birrell 1998-09-09 06:03:51 +00:00
parent 3a823f727e
commit 88d37d8d98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38977

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc0,v 1.4 1998/09/04 21:19:37 jb Exp $
# $Id: Makefile.inc0,v 1.5 1998/09/07 18:10:26 ache 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
@ -29,9 +29,8 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# These are the backend targets.
#
BKTGTS= all clean cleandepend cleanobj depend distribute everything \
hierarchy includes installmost install most obj update \
afterdistribute
BKTGTS= afterdistribute all clean cleandepend cleanobj depend distribute \
everything includes installmost install most obj rerelease update
#
# A generic rule for the backend targets.