Annotation of 43BSDReno/share/man/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    5.7 (Berkeley) 6/8/90
                      2: 
                      3: SUBDIR=        man3 man3f man4 man5 man7 man8
                      4: 
                      5: afterinstall:
                      6:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \
                      7:            ${DESTDIR}/usr/share/man/makewhatis.sed
                      8: 
                      9: makedb:
                     10:        for file in `find /usr/share/man -type f -name '*.0' -print`; do \
                     11:                sed -n -f /usr/share/man/makewhatis.sed $$file; \
                     12:        done | sort -u > whatis.db
                     13:        install -o ${BINOWN} -g ${BINGRP} -m 444 whatis.db \
                     14:            ${DESTDIR}/usr/share/man
                     15: 
                     16: .include <bsd.subdir.mk>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.