diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-06 23:40:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-06 23:40:09 +0000 |
commit | fafdcfd7e8669dac39c637c25a1aacc1bec9dd36 (patch) | |
tree | d24e5aa9ed959d3df7672f45a06cbfed4a5fe1fa /Makefile | |
parent | ca3338d801727a4fe40913c8c92850de9950c220 (diff) |
Let makewhatis(8) build the whatis.db quietly.
ok todd@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <bsd.own.mk> 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 |