1 # $NetBSD: Makefile,v 1.4 1996/10/18 02:44:27 thorpej Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/11/93
5 SRCS= bog.c help.c mach.c prtable.c timer.c word.c
6 DPADD= ${LIBCURSES} ${LIBTERM}
7 LDADD= -lcurses -ltermlib
12 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/helpfile \
13 ${DESTDIR}/usr/share/games/boggle/helpfile
15 .include "../../Makefile.inc"
16 .include <bsd.prog.mk>