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

/freebsd-11-stable/contrib/openresolv/
H A DGNUmakefile2 CONFIG_MK?=$(shell test -e config.mk && echo config.mk || echo config-null.mk) macro
H A Dconfigure83 CONFIG_MK=config.mk
120 rm -rf $CONFIG_MK
121 echo "# $OS" >$CONFIG_MK
134 echo "CKSUM= sha256sum --tag" >>$CONFIG_MK
135 echo "PGP= gpg2" >>$CONFIG_MK
146 echo "$x=$t $v" >>$CONFIG_MK
H A DMakefile5 CONFIG_MK?= ${_CONFIG_MK} macro
6 include ${CONFIG_MK}
51 .in: Makefile ${CONFIG_MK}
/freebsd-11-stable/contrib/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 104 milliseconds