10 lines
202 B
Makefile
10 lines
202 B
Makefile
# $NetBSD: Makefile,v 1.10 2002/09/18 06:16:40 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/11/93
|
|
|
|
NOMAN= # defined
|
|
|
|
HOSTPROG= mkindex
|
|
HOST_CPPFLAGS+= -I${.CURDIR}/../boggle
|
|
|
|
.include <bsd.hostprog.mk>
|