diff options
author | John Birrell <jb@FreeBSD.org> | 1998-09-01 05:53:00 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-09-01 05:53:00 +0000 |
commit | 11a09d8243e8f36bdca2e556dfb159fdfd956cfa (patch) | |
tree | e2e26f06fbbc0d6ea2f300d641350c3b14d8d20f /Makefile | |
parent | 4ef872a4c569172a3d2dec2d1aa39dfcf6e4f8a8 (diff) | |
download | src-11a09d8243e8f36bdca2e556dfb159fdfd956cfa.tar.gz src-11a09d8243e8f36bdca2e556dfb159fdfd956cfa.zip |
Add the clean cleandepend and cleanobj targets back.
Notes
Notes:
svn path=/head/; revision=38719
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |