summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-01 06:02:00 +0000
committerjb <jb@FreeBSD.org>1998-09-01 06:02:00 +0000
commit9cbf9bf62a8a2d5441efe817f94aca3ee9e20403 (patch)
tree297773fb9203689043522903895f59d078f5b9be /Makefile.inc0
parent8243f3b9a25f043e1a845c39fb4e021394ae6434 (diff)
downloadFreeBSD-src-9cbf9bf62a8a2d5441efe817f94aca3ee9e20403.zip
FreeBSD-src-9cbf9bf62a8a2d5441efe817f94aca3ee9e20403.tar.gz
Add the clean targets again.
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc06
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index 2be6fdf..e3c2962 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.
OpenPOWER on IntegriCloud