1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

Remove local patch that crept in.

This commit is contained in:
David E. O'Brien 2002-05-18 18:17:13 +00:00
parent 9f377ad834
commit 17dbb17920
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96867

View File

@ -317,23 +317,15 @@ everything:
WMAKE_TGTS=
.if !defined(SUBDIR_OVERRIDE) && !defined(X_QUICK)
.if !defined(SUBDIR_OVERRIDE)
WMAKE_TGTS+= _worldtmp _bootstrap-tools
.endif
.if !defined(X_QUICK)
WMAKE_TGTS+= _cleanobj _obj _build-tools
.endif
.if !defined(SUBDIR_OVERRIDE) && !defined(X_QUICK)
.if !defined(SUBDIR_OVERRIDE)
WMAKE_TGTS+= _cross-tools
.endif
WMAKE_TGTS+= _includes _libraries _depend everything
.for __target in ${WMAKE_TGTS}
.if defined(NO${__target})
WMAKE_TGTS:= ${WMAKE_TGTS:N${__target}}
.endif
.endfor
buildworld: ${WMAKE_TGTS}
.ORDER: ${WMAKE_TGTS}