11 lines
186 B
Makefile
11 lines
186 B
Makefile
# $NetBSD: Makefile,v 1.2 1995/03/21 12:14:51 cgd Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/11/93
|
|
|
|
PROG= mkindex
|
|
CFLAGS+=-I${.CURDIR}/../boggle
|
|
NOMAN=noman
|
|
|
|
install:
|
|
|
|
.include <bsd.prog.mk>
|