local.gendirdeps.mk (11d38a5764295585a2472d5e861fa8abe1a11eb2) local.gendirdeps.mk (dba62d8dcf57f741f505da18ca86302294deb6ef)
1# $FreeBSD$
2
3# we need a keyword, this noise is to prevent it being expanded
4GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @:M*F*}';
5
6# supress optional/auto dependecies
7# local.dirdeps.mk will put them in if necessary
8GENDIRDEPS_FILTER+= \
1# $FreeBSD$
2
3# we need a keyword, this noise is to prevent it being expanded
4GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @:M*F*}';
5
6# supress optional/auto dependecies
7# local.dirdeps.mk will put them in if necessary
8GENDIRDEPS_FILTER+= \
9 Nbin/cat.host \
9 Ngnu/lib/libssp/libssp_nonshared \
10 Ncddl/usr.bin/ctf* \
11 Nlib/clang/include \
12 Nlib/libc_nonshared \
13 Ntargets/pseudo/stage* \
14 Ntools/*
15
16.if ${RELDIR:Mtargets*} == ""

--- 30 unchanged lines hidden ---
10 Ngnu/lib/libssp/libssp_nonshared \
11 Ncddl/usr.bin/ctf* \
12 Nlib/clang/include \
13 Nlib/libc_nonshared \
14 Ntargets/pseudo/stage* \
15 Ntools/*
16
17.if ${RELDIR:Mtargets*} == ""

--- 30 unchanged lines hidden ---