#	BSDI Makefile,v 1.1 1994/12/29 19:57:54 donn Exp

PROG=	buildhash
SRCS=	buildhash.c hash.c makedent.c parse.y
CFLAGS+=-I${.CURDIR}/../ispell -I${.CURDIR}/../languages/english
YFLAGS=
NOMAN=	noman

.PATH: ${.CURDIR}/../ispell

.include <../../Makefile.inc>
.include <bsd.prog.mk>
