diff --git a/distrib/Makefile b/distrib/Makefile index 129d4fe104a1..b5b74600ee6a 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2007/03/06 21:56:47 bouyer Exp $ +# $NetBSD: Makefile,v 1.15 2008/08/21 06:17:41 lukem Exp $ .include +.if ${MKMAN} != "no" SUBDIR= notes .WAIT +.endif .if exists(${MACHINE}/miniroot/Makefile.inc) SUBDIR+= miniroot .WAIT