summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-17 15:25:26 +0000
committerbde <bde@FreeBSD.org>1998-10-17 15:25:26 +0000
commita2b7e9578d77cd828dae6366dd2ea42a5204cf43 (patch)
treefd9a86af27c7b4a92af57fd60c719845e330d0d8 /Makefile.inc0
parent84db1eb2dc82ce0b5ef29fc7ce50792d7450a51d (diff)
downloadFreeBSD-src-a2b7e9578d77cd828dae6366dd2ea42a5204cf43.zip
FreeBSD-src-a2b7e9578d77cd828dae6366dd2ea42a5204cf43.tar.gz
Restored all lost user targets that are supported by bsd.subdir.mk:
checkdpadd, lint, maninstall, objlink, regress and tags. Removed bogus user target cleanobj. It is the non-recursive base of the cleandir target, so it is not useful (or usable) here.
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc09
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index db27ef2..a584125 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc0,v 1.9 1998/09/28 20:41:31 jb Exp $
+# $Id: Makefile.inc0,v 1.10 1998/09/29 22:03:13 jkh 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,10 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# These are the backend targets.
#
-BKTGTS= afterdistribute all clean cleandepend cleandir cleanobj depend \
- distribute everything hierarchy includes installmost install mk \
- most obj rerelease update
+BKTGTS= afterdistribute all checkdpadd clean cleandepend cleandir \
+ depend distribute everything hierarchy includes install installmost \
+ lint maninstall mk most obj objlink regress rerelease \
+ tags update
#
# A generic rule for the backend targets.
OpenPOWER on IntegriCloud