xref: /original-bsd/old/refer/OTHERS/Makefile (revision eafa6506)
1#	@(#)Makefile	5.4 (Berkeley) 07/01/90
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/share/tmac
12	(cd ${.CURDIR}/../papers; \
13	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
14	    INDEX Rbstjissue Rv7man ${DESTDIR}/usr/share/dict/papers)
15	-/usr/libexec/mkey /usr/share/dict/papers/R* | (cd /var/db; \
16	    /usr/libexec/inv -v -h997 -n Ind; chmod 444 Ind*)
17
18.include "../../Makefile.inc"
19.include <bsd.prog.mk>
20