9 lines
197 B
Makefile
9 lines
197 B
Makefile
# $NetBSD: Makefile,v 1.11 2001/12/12 00:07:47 tv Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/11/93
|
|
|
|
HOSTPROG= mkdict
|
|
HOST_CPPFLAGS+= -I${.CURDIR}/../boggle
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.hostprog.mk>
|