NetBSD/games/boggle/mkdict/Makefile
simonb 915c06c281 Greatly simplify these by using <bsd.hostprog.mk>. Should do the same
for games/hack and games/monop and a few other places, but that requires
making subdirs for the tools.  One day...
2000-04-14 04:12:18 +00:00

9 lines
194 B
Makefile

# $NetBSD: Makefile,v 1.10 2000/04/14 04:12:18 simonb Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
HOSTPROG= mkdict
HOST_CPPFLAGS+= -I${.CURDIR}/../boggle
MKMAN= no
.include <bsd.hostprog.mk>