2a0a609947
supply ${DESTDIR} as part of the command line argument in src/share/man/Makefile, and use that modified $MANPATH to find makewhatis.sed.
10 lines
249 B
Makefile
10 lines
249 B
Makefile
# $NetBSD: Makefile,v 1.16 1998/05/21 11:40:11 tv Exp $
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/16/94
|
|
|
|
SUBDIR= man0 man1 man3 man4 man5 man6 man7 man8 man9
|
|
|
|
makedb:
|
|
${DESTDIR}/usr/libexec/makewhatis ${DESTDIR}/usr/share/man
|
|
|
|
.include <bsd.subdir.mk>
|