1*55494Sbostic# @(#)Makefile 5.13 (Berkeley) 07/21/92 233035Sbostic 350350SbosticSUBDIR= man1 man3 man3f man4 man5 man7 man8 433035Sbostic 541645Sbosticafterinstall: 641645Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \ 741645Sbostic ${DESTDIR}/usr/share/man/makewhatis.sed 841645Sbostic 941645Sbosticmakedb: 1041541Sbostic for file in `find /usr/share/man -type f -name '*.0' -print`; do \ 1141541Sbostic sed -n -f /usr/share/man/makewhatis.sed $$file; \ 12*55494Sbostic done | col -b | sort -u > /tmp/whatis.db 1355340Sbostic install -o ${BINOWN} -g ${BINGRP} -m 444 /tmp/whatis.db \ 1441645Sbostic ${DESTDIR}/usr/share/man 1533035Sbostic 1641645Sbostic.include <bsd.subdir.mk> 17