summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-09 06:03:51 +0000
committerjb <jb@FreeBSD.org>1998-09-09 06:03:51 +0000
commit9554c8ce0c1e0b1bbeb6b2ab6f86e248abb56249 (patch)
treee949732c43490ebc7142c3059a3a0ec945e26c5a /Makefile.inc0
parent6771aa16b0a18c9f3c0b1189376b3dc0e8b9b3da (diff)
downloadFreeBSD-src-9554c8ce0c1e0b1bbeb6b2ab6f86e248abb56249.zip
FreeBSD-src-9554c8ce0c1e0b1bbeb6b2ab6f86e248abb56249.tar.gz
Add the missing rerelease target back.
Reported by: Justin Gibbs.
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc07
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index d572734..264505d 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -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.
OpenPOWER on IntegriCloud