1#	@(#)Makefile	5.2 (Berkeley) 06/08/90
2
3all explain clean cleandir depend lint tags:
4
5install:
6	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
7	    ${.CURDIR}/explain.d ${DESTDIR}/usr/share/dict
8	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${.CURDIR}/explain.sh ${DESTDIR}${BINDIR}/explain
10
11.include "../../Makefile.inc"
12.include <bsd.prog.mk>
13