# @(#)Makefile 8.2 (Berkeley) 4/16/94 # $FreeBSD: stable/10/share/man/Makefile 291792 2015-12-04 18:14:31Z bdrewery $ .include # XXX MISSING: man3f SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9 SUBDIR_PARALLEL= MAKEWHATIS?= makewhatis makedb: .if ${MK_MAN_UTILS} != "no" ${MAKEWHATIS} ${DESTDIR}${BINDIR}/man .if ${MK_OPENSSL} != "no" ${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man .endif .endif .include "${.CURDIR}/../Makefile.inc" .include