Searched refs:CONFIG_MK (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/smbfs/
H A DMakefile17 CONFIG_MK?= config.mk macro
28 . if exists(${CONFIG_MK})
29 CFGDEPEND= ${CONFIG_MK}
31 ${CONFIG_MK}: config.mk.in
32 @echo Your ${CONFIG_MK} file is older than the config.mk.in file
36 . include "${CONFIG_MK}"
45 .if ${CFGDEPEND} == ${CONFIG_MK}

Completed in 102 milliseconds