Makefile revision 1.3
11.3Sthorpej#	$NetBSD: Makefile,v 1.3 1997/04/28 23:46:20 thorpej Exp $
21.1Sjtc#	@(#)Makefile	8.1 (Berkeley) 6/11/93
31.1Sjtc
41.1SjtcPROG=	mkindex
51.3SthorpejHOST_CFLAGS+=-I${.CURDIR}/../boggle
61.3SthorpejNOMAN=	noman
71.3Sthorpej
81.3Sthorpej# XXX for "make depend"
91.1SjtcCFLAGS+=-I${.CURDIR}/../boggle
101.1Sjtc
111.1Sjtcinstall:
121.3Sthorpej
131.3Sthorpej# Override these rules for cross-compilation
141.3Sthorpej.c.o:
151.3Sthorpej	${HOST_COMPILE.c} ${.IMPSRC}
161.3Sthorpej
171.3Sthorpej${PROG}: ${OBJS}
181.3Sthorpej	${HOST_LINK.c} -o ${.TARGET} ${OBJS}
191.1Sjtc
201.1Sjtc.include <bsd.prog.mk>
21