From 1021bf13627baa8f78106ba9e8a68e2d2fc7bf9b Mon Sep 17 00:00:00 2001 From: John Birrell Date: Tue, 1 Sep 1998 06:02:00 +0000 Subject: [PATCH] Add the clean targets again. --- Makefile.inc0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.inc0 b/Makefile.inc0 index 2be6fdf8558..e3c2962fb73 100644 --- a/Makefile.inc0 +++ b/Makefile.inc0 @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile.inc0,v 1.1 1998/08/31 01:08:08 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,8 +29,8 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1 # # These are the backend targets. # -BKTGTS= all depend everything includes install installmost most obj update - +BKTGTS= all clean cleandepend cleanobj depend everything includes \ + installmost install most obj update # # A generic rule for the backend targets.