xref: /original-bsd/old/refer/OTHERS/Makefile (revision a8414ee1)
1#	@(#)Makefile	5.7 (Berkeley) 07/20/92
2
3MAN1=	roffbib.0
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7	    ${.CURDIR}/indxbib.sh ${DESTDIR}${BINDIR}/indxbib
8	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${.CURDIR}/roffbib.sh ${DESTDIR}${BINDIR}/roffbib
10	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/tmac.bib ${DESTDIR}/usr/old/lib/tmac
12	(cd ${.CURDIR}/../papers; \
13	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
14	    INDEX Rbstjissue Rv7man ${DESTDIR}/usr/old/dict/papers)
15	-(cd /usr/old/dict/papers && /usr/old/libexec/mkey R* | \
16	    /usr/old/libexec/inv -v -h997 -n Ind; chmod 444 Ind*)
17
18.include "../../Makefile.inc"
19.include <bsd.prog.mk>
20