1 1.3 thorpej # $NetBSD: Makefile,v 1.3 1997/04/19 07:08:39 thorpej Exp $ 2 1.1 jtc # @(#)Makefile 8.1 (Berkeley) 6/11/93 3 1.1 jtc 4 1.3 thorpej HOST_CFLAGS+=-I${.CURDIR}/../boggle 5 1.1 jtc 6 1.3 thorpej mkdict: ${.CURDIR}/mkdict.c ${.CURDIR}/../boggle/bog.h 7 1.3 thorpej ${HOST_COMPILE.c} ${.CURDIR}/mkdict.c 8 1.3 thorpej ${HOST_LINK.c} -o ${.TARGET} mkdict.o 9 1.1 jtc 10 1.3 thorpej .include <bsd.sys.mk> 11