aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-10-17 15:25:26 +0000
committerBruce Evans <bde@FreeBSD.org>1998-10-17 15:25:26 +0000
commit45e5f8f92e406ad5282ba67a5428efab79b2dee4 (patch)
tree83cc951f7b0f64af711a447836e64f6dad038608 /Makefile
parent234e2f596433a62d940b04d2a69171948899fc93 (diff)
downloadsrc-45e5f8f92e406ad5282ba67a5428efab79b2dee4.tar.gz
src-45e5f8f92e406ad5282ba67a5428efab79b2dee4.zip
Restored all lost user targets that are supported by bsd.subdir.mk:
checkdpadd, lint, maninstall, objlink, regress and tags. Removed bogus user target cleanobj. It is the non-recursive base of the cleandir target, so it is not useful (or usable) here.
Notes
Notes: svn path=/head/; revision=40495
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 02f74117ad4e..6dc984269436 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.219 1998/09/28 20:39:23 jb Exp $
+# $Id: Makefile,v 1.220 1998/09/29 22:03:12 jkh Exp $
#
# The user-driven targets are:
#
@@ -92,9 +92,10 @@
# Define the user-driven targets. These are listed here in alphabetical
# order, but that's not important.
#
-TGTS = afterdistribute all buildworld clean cleandepend cleandir cleanobj \
- depend distribute everything hierarchy includes installmost install \
- installworld mk most obj rerelease update world
+TGTS = afterdistribute all buildworld checkdpadd clean cleandepend cleandir \
+ depend distribute everything hierarchy includes install installmost \
+ installworld lint maninstall mk most obj objlink regress rerelease \
+ tags update world
#
# Handle the user-driven targets, using the source relative mk files.