aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-09-29 22:03:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-09-29 22:03:13 +0000
commitd297a4c5b4c766583becd49f6514b2bb1d162f52 (patch)
tree34f9009fb7db25a8c9c2dbb356111c737c3d2de5 /Makefile
parent29a199dbc52a47e3adf60bb2af4b414d7ea5196e (diff)
downloadsrc-d297a4c5b4c766583becd49f6514b2bb1d162f52.tar.gz
src-d297a4c5b4c766583becd49f6514b2bb1d162f52.zip
Add back a few useful targets lost in the reshuffle.
Reviewed by: jb
Notes
Notes: svn path=/head/; revision=39784
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d2c09ded4234..02f74117ad4e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.218 1998/09/15 05:10:17 jkh Exp $
+# $Id: Makefile,v 1.219 1998/09/28 20:39:23 jb Exp $
#
# The user-driven targets are:
#
@@ -92,9 +92,9 @@
# Define the user-driven targets. These are listed here in alphabetical
# order, but that's not important.
#
-TGTS = afterdistribute all buildworld clean cleandepend cleanobj depend \
- distribute everything hierarchy includes installmost install \
- installworld most obj rerelease update world
+TGTS = afterdistribute all buildworld clean cleandepend cleandir cleanobj \
+ depend distribute everything hierarchy includes installmost install \
+ installworld mk most obj rerelease update world
#
# Handle the user-driven targets, using the source relative mk files.