From 5e8328b955ad80338ff634db9e146394d28cd469 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 6 Jan 2012 23:40:08 +0000 Subject: [PATCH] Let makewhatis(8) build the whatis.db quietly. ok todd@ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6f72b70b5..737f00f87 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2011/03/07 22:17:31 matthieu Exp $ +# $OpenBSD: Makefile,v 1.42 2012/01/06 23:40:08 schwarze Exp $ .include LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -46,7 +46,7 @@ afterinstall: ${MAKE} install-mk ${MAKE} fix-appd ${MAKE} font-cache - /usr/libexec/makewhatis -v ${DESTDIR}/usr/X11R6/man + /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man realinstall: _SUBDIRUSE