diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-29 22:03:13 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-29 22:03:13 +0000 |
| commit | d297a4c5b4c766583becd49f6514b2bb1d162f52 (patch) | |
| tree | 34f9009fb7db25a8c9c2dbb356111c737c3d2de5 | |
| parent | 29a199dbc52a47e3adf60bb2af4b414d7ea5196e (diff) | |
Notes
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | Makefile.inc0 | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.218 1998/09/15 05:10:17 jkh Exp $ +# $Id: Makefile,v 1.219 1998/09/28 20:39:23 jb Exp $ # # The user-driven targets are: # @@ -92,9 +92,9 @@ # Define the user-driven targets. These are listed here in alphabetical # order, but that's not important. # -TGTS = afterdistribute all buildworld clean cleandepend cleanobj depend \ - distribute everything hierarchy includes installmost install \ - installworld most obj rerelease update world +TGTS = afterdistribute all buildworld clean cleandepend cleandir cleanobj \ + depend distribute everything hierarchy includes installmost install \ + installworld mk most obj rerelease update world # # Handle the user-driven targets, using the source relative mk files. diff --git a/Makefile.inc0 b/Makefile.inc0 index 41bd76d38bcc..db27ef2a9295 100644 --- a/Makefile.inc0 +++ b/Makefile.inc0 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc0,v 1.8 1998/09/17 16:32:00 andreas Exp $ +# $Id: Makefile.inc0,v 1.9 1998/09/28 20:41:31 jb Exp $ # # This makefile ensures that the object directory is set according to the # object format to avoid mixing aout and elf formatted files during the @@ -29,9 +29,9 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1 # # These are the backend targets. # -BKTGTS= afterdistribute all clean cleandepend cleanobj depend distribute \ - everything hierarchy includes installmost install most obj \ - rerelease update +BKTGTS= afterdistribute all clean cleandepend cleandir cleanobj depend \ + distribute everything hierarchy includes installmost install mk \ + most obj rerelease update # # A generic rule for the backend targets. |
