]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - boggle/boggle/Makefile
0ef7b1dfe5665e1ffc603a482eb6dd8b4c05bbb0
[bsdgames-darwin.git] / boggle / boggle / Makefile
1 # $NetBSD: Makefile,v 1.4 1996/10/18 02:44:27 thorpej Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/11/93
3
4 PROG= boggle
5 SRCS= bog.c help.c mach.c prtable.c timer.c word.c
6 DPADD= ${LIBCURSES} ${LIBTERM}
7 LDADD= -lcurses -ltermlib
8 HIDEGAME=hidegame
9 MAN= boggle.6
10
11 beforeinstall:
12 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/helpfile \
13 ${DESTDIR}/usr/share/games/boggle/helpfile
14
15 .include "../../Makefile.inc"
16 .include <bsd.prog.mk>