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

/freebsd-10.1-release/contrib/bmake/mk/
H A Dman.mk22 MANDOC?= man macro
28 @echo "${NROFF} -${MANDOC} ${.IMPSRC} > ${.TARGET:T}"
29 @${NROFF} -${MANDOC} ${.IMPSRC} > ${.TARGET:T} || ( rm -f ${.TARGET:T} ; false )
/freebsd-10.1-release/crypto/openssh/
H A Dconfigure638 MANDOC
5027 case $MANDOC in
5029 ac_cv_path_MANDOC="$MANDOC" # Let the user override the test with a path.
5050 MANDOC=$ac_cv_path_MANDOC
5051 if test -n "$MANDOC"; then
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANDOC" >&5
5053 $as_echo "$MANDOC" >&6; }
5063 if test "x$MANDOC" != "x" ; then
5064 MANFMT="$MANDOC"

Completed in 89 milliseconds