Add default targets for cleandepend and objlink.
Submitted by: Michael Hancock <michaelh@cet.co.jp>
This commit is contained in:
parent
22dde4b374
commit
4c4f0f7d51
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16672
@ -1,5 +1,5 @@
|
||||
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
|
||||
# $Id: bsd.subdir.mk,v 1.8 1995/02/25 20:51:14 phk Exp $
|
||||
# $Id: bsd.subdir.mk,v 1.9 1996/04/05 22:22:44 wosch Exp $
|
||||
|
||||
.MAIN: all
|
||||
|
||||
@ -26,7 +26,7 @@ ${SUBDIR}::
|
||||
${MAKE} all
|
||||
|
||||
|
||||
.for __target in all clean cleandir obj depend maninstall lint tags
|
||||
.for __target in all clean cleandir cleandepend obj objlink depend maninstall lint tags
|
||||
.if !target(__target)
|
||||
${__target}: _SUBDIRUSE
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user