summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-29 22:03:13 +0000
committerjkh <jkh@FreeBSD.org>1998-09-29 22:03:13 +0000
commit0e3d3b4b2364d3693caf264aa339880db72ae64d (patch)
treec3a4bcdf89c0758303219ef28fe67f1fb474971e /Makefile.inc0
parenta04d0a21b80dc591863d3a1637f4aeadc55bf4c2 (diff)
downloadFreeBSD-src-0e3d3b4b2364d3693caf264aa339880db72ae64d.zip
FreeBSD-src-0e3d3b4b2364d3693caf264aa339880db72ae64d.tar.gz
Add back a few useful targets lost in the reshuffle.
Reviewed by: jb
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc08
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index 41bd76d..db27ef2 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc0,v 1.8 1998/09/17 16:32:00 andreas Exp $
+# $Id: Makefile.inc0,v 1.9 1998/09/28 20:41:31 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
@@ -29,9 +29,9 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# These are the backend targets.
#
-BKTGTS= afterdistribute all clean cleandepend cleanobj depend distribute \
- everything hierarchy includes installmost install most obj \
- rerelease update
+BKTGTS= afterdistribute all clean cleandepend cleandir cleanobj depend \
+ distribute everything hierarchy includes installmost install mk \
+ most obj rerelease update
#
# A generic rule for the backend targets.
OpenPOWER on IntegriCloud