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

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

install:

.include <bsd.prog.mk>