1#	@(#)Makefile	5.1 (Berkeley) 05/11/90
2
3PROG=	diction
4BINDIR=	/usr/libexec
5MLINKS=	diction.1 explain.1
6
7beforeinstall:
8	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
9	    ${.CURDIR}/dict.d ${DESTDIR}/usr/share/dict
10	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/diction.sh ${DESTDIR}/usr/bin/diction
12
13.include "../../Makefile.inc"
14.include <bsd.prog.mk>
15