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