diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-04 09:19:19 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-04 09:19:19 +0000 |
| commit | 5eb5dd76427e67971d773c126bbe9ee2b4db30cd (patch) | |
| tree | 46fc7fc5dcbb5479121d183f0aba4eb9b2c3f6cc /Makefile | |
| parent | 89fb7161b9597ac2abe44b7f5e5d0ba91dc8d647 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.211 1998/08/31 01:08:08 jb Exp $ +# $Id: Makefile,v 1.212 1998/09/01 05:53:00 jb Exp $ # # The user-driven targets are: # @@ -90,8 +90,9 @@ # Define the user-driven targets. These are listed here in alphabetical # order, but that's not important. # -TGTS = all buildworld clean cleandepend cleanobj depend everything \ - includes installmost install installworld most obj update world +TGTS = all buildworld clean cleandepend cleanobj depend distribute \ + everything includes installmost install installworld most obj \ + update world # # Handle the user-driven targets, using the source relative mk files. |
