summaryrefslogtreecommitdiffstats
path: root/boggle/mkindex/Makefile
blob: 0b8a02f427409ac4b054d169e65019b4f3c17618 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 6/11/93

PROG=	mkindex
CFLAGS+=-I${.CURDIR}/../boggle
NOMAN=noman

install:

.include <bsd.prog.mk>