diff options
author | ache <ache@FreeBSD.org> | 1998-09-07 18:10:26 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-09-07 18:10:26 +0000 |
commit | 1c519a6b15480f44f69956d1471d7d4a7cec6365 (patch) | |
tree | bdf2aba1b8d01e43eae4b377a1817d8f417f3240 /Makefile | |
parent | fd49b92e04eb23f2b4dd59262095b8ca551a6725 (diff) | |
download | FreeBSD-src-1c519a6b15480f44f69956d1471d7d4a7cec6365.zip FreeBSD-src-1c519a6b15480f44f69956d1471d7d4a7cec6365.tar.gz |
Revive hierarchy target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.213 1998/09/04 09:19:19 jb Exp $ +# $Id: Makefile,v 1.214 1998/09/04 21:19:37 jb Exp $ # # The user-driven targets are: # @@ -91,8 +91,8 @@ # order, but that's not important. # TGTS = all buildworld clean cleandepend cleanobj depend distribute \ - everything includes installmost install installworld most obj \ - update world afterdistribute + everything hierarchy includes installmost install installworld \ + most obj update world afterdistribute # # Handle the user-driven targets, using the source relative mk files. |