aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-09 06:03:51 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-09 06:03:51 +0000
commit88d37d8d98e667e597b6bb855852ffb41895f7e3 (patch)
tree159e478c5b8989765d755b59657da8139ab11faa /Makefile.inc0
parent3a823f727ead6110be0ac7f32627a5471c4aef34 (diff)
Notes
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 d57273491e001..264505d95d194 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.