FAST_DEPEND: Mark some unneeded code for later removal.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
1896d0ccd1
commit
5aa5255644
@ -64,7 +64,7 @@ NOSTDINC= -nostdinc
|
||||
|
||||
INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S
|
||||
|
||||
.if make(depend) || make(kernel-depend)
|
||||
.if ${MK_FAST_DEPEND} == "no" && (make(depend) || make(kernel-depend))
|
||||
|
||||
# This hack lets us use the ipfilter code without spamming a new
|
||||
# include path into contrib'ed source files.
|
||||
|
Loading…
Reference in New Issue
Block a user