summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-01 05:53:00 +0000
committerjb <jb@FreeBSD.org>1998-09-01 05:53:00 +0000
commit8243f3b9a25f043e1a845c39fb4e021394ae6434 (patch)
tree9a5ca94900953b3945469643bfdfef68dd002443 /Makefile
parent6579ddcc262cbfa1cf454516f1b4ebb7119d0113 (diff)
downloadFreeBSD-src-8243f3b9a25f043e1a845c39fb4e021394ae6434.zip
FreeBSD-src-8243f3b9a25f043e1a845c39fb4e021394ae6434.tar.gz
Add the clean cleandepend and cleanobj targets back.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4f6f61b..81838d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.211 1998/08/31 01:08:08 jb Exp $
#
# The user-driven targets are:
#
@@ -90,8 +90,8 @@
# Define the user-driven targets. These are listed here in alphabetical
# order, but that's not important.
#
-TGTS = all buildworld depend everything includes installmost install \
- installworld most obj update world
+TGTS = all buildworld clean cleandepend cleanobj depend everything \
+ includes installmost install installworld most obj update world
#
# Handle the user-driven targets, using the source relative mk files.
OpenPOWER on IntegriCloud