]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/mk/local.gendirdeps.mk
Sync with HEAD.
[FreeBSD/FreeBSD.git] / share / mk / local.gendirdeps.mk
1 # supress optional dependecies
2 # local.dirdeps.mk will put them in if necessary
3 GENDIRDEPS_FILTER+= Ngnu/lib/libssp/libssp_nonshared
4
5 # gendirdeps.mk will turn _{VAR} into ${VAR} which keeps this simple
6 GENDIRDEPS_FILTER+= ${CSU_DIR:L:@v@S,/${$v},/_{${v}},@}
7
8 # this could easily get confused
9 GENDIRDEPS_FILTER+= ${MACHINE_CPUARCH MACHINE_CPU MACHINE_ARCH MACHINE:L:@v@S,/${$v}/,/_{${v}}/,@:NS,//,*:u}
10