2010-02-07 02:45:24 +03:00
|
|
|
# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:24 he Exp $
|
1995-03-21 18:03:38 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= battlestar
|
2001-10-19 07:06:09 +04:00
|
|
|
SRCS= battlestar.c command1.c command2.c command3.c command4.c \
|
|
|
|
command5.c command6.c command7.c \
|
1993-03-21 12:45:37 +03:00
|
|
|
init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
|
|
|
|
globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
|
1994-12-22 12:31:26 +03:00
|
|
|
MAN= battlestar.6
|
2010-02-07 02:45:24 +03:00
|
|
|
DPADD= ${LIBCURSES} ${LIBTERMINFO}
|
|
|
|
LDADD= -lcurses -lterminfo
|
1993-03-21 12:45:37 +03:00
|
|
|
HIDEGAME=hidegame
|
1997-11-20 03:12:30 +03:00
|
|
|
SETGIDGAME=yes
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|