mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove redundant code imported into dirdeps.mk in r290956.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
700cb7f9eb
commit
cfbf3971dc
1 changed files with 0 additions and 9 deletions
|
|
@ -9,15 +9,6 @@
|
|||
# DEP_MACHINE is set before we get here, this may not be.
|
||||
DEP_RELDIR ?= ${RELDIR}
|
||||
|
||||
.if ${.TARGETS:Uall:M*/*} && empty(DIRDEPS)
|
||||
# This little trick let's us do
|
||||
#
|
||||
# mk -f dirdeps.mk some/dir.i386,bsd
|
||||
#
|
||||
DIRDEPS := ${.TARGETS:M*/*}
|
||||
${.TARGETS:Nall}: all
|
||||
.endif
|
||||
|
||||
# making universe is special
|
||||
.if defined(UNIVERSE_GUARD)
|
||||
# these should be done by now
|
||||
|
|
|
|||
Loading…
Reference in a new issue