NetBSD/games/boggle/mkdict/Makefile

11 lines
189 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1997/04/19 07:13:49 thorpej Exp $
1994-10-21 23:52:51 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkdict
CFLAGS+=-I${.CURDIR}/../boggle
NOMAN=noman
1994-10-21 23:52:51 +03:00
install:
1994-10-21 23:52:51 +03:00
.include <bsd.prog.mk>