Add the clean cleandepend and cleanobj targets back.

This commit is contained in:
John Birrell 1998-09-01 05:53:00 +00:00
parent 4ef872a4c5
commit 11a09d8243
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38719

View File

@ -1,5 +1,5 @@
# #
# $Id$ # $Id: Makefile,v 1.211 1998/08/31 01:08:08 jb Exp $
# #
# The user-driven targets are: # The user-driven targets are:
# #
@ -90,8 +90,8 @@
# Define the user-driven targets. These are listed here in alphabetical # Define the user-driven targets. These are listed here in alphabetical
# order, but that's not important. # order, but that's not important.
# #
TGTS = all buildworld depend everything includes installmost install \ TGTS = all buildworld clean cleandepend cleanobj depend everything \
installworld most obj update world includes installmost install installworld most obj update world
# #
# Handle the user-driven targets, using the source relative mk files. # Handle the user-driven targets, using the source relative mk files.