[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / man

File: [local] / src / share / man / Makefile (download)

Revision 1.11, Sun Sep 25 20:44:18 2016 UTC (7 years, 8 months ago) by tb
Branch: MAIN
Changes since 1.10: +4 -3 lines

Install the copyright notice as ${MANOWN}:${MANGRP} with ${MANMODE} and
use ${INSTALL_COPY}; chown root:wheel mandoc.db for noperm builds.

ok natano

#	$OpenBSD: Makefile,v 1.11 2016/09/25 20:44:18 tb Exp $
#	from: @(#)Makefile	5.9 (Berkeley) 7/1/91

SUBDIR=	man1 man3 man4 man5 man6 man7 man8 man9

afterinstall:
	${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
	    man0/COPYRIGHT ${DESTDIR}/usr/share/man/COPYRIGHT

makedb:
	/usr/sbin/makewhatis -Qv ${DESTDIR}/usr/share/man
	chown root:wheel ${DESTDIR}/usr/share/man/mandoc.db

.include <bsd.subdir.mk>