summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-04 21:19:37 +0000
committerjb <jb@FreeBSD.org>1998-09-04 21:19:37 +0000
commitf745b89a3e61809675f5ebdb4b36886957069526 (patch)
tree84b568412564a247c8cbd470a4eee86b7831709d /Makefile.inc0
parentf8b9e8745634acb7bece69b09196d261a1c54f9e (diff)
downloadFreeBSD-src-f745b89a3e61809675f5ebdb4b36886957069526.zip
FreeBSD-src-f745b89a3e61809675f5ebdb4b36886957069526.tar.gz
YAMT (yet another missing target). It's a shame that these have to
be visible to the user. Maybe `make release' should call the backend directly.
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index 1f7f7cf..a90f822 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc0,v 1.2 1998/09/01 06:02:00 jb Exp $
+# $Id: Makefile.inc0,v 1.3 1998/09/04 09:19:19 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,7 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
# These are the backend targets.
#
BKTGTS= all clean cleandepend cleanobj depend distribute everything includes \
- installmost install most obj update
+ installmost install most obj update afterdistribute
#
# A generic rule for the backend targets.
OpenPOWER on IntegriCloud