xref: /openbsd-src/games/battlestar/Makefile (revision 166ddc28d18279061e951cf0cefe4c17071993ee)
1#	$OpenBSD: Makefile,v 1.11 2020/12/15 00:38:18 daniel Exp $
2
3PROG=	battlestar
4SRCS=	battlestar.c command1.c command2.c command3.c command4.c \
5	command5.c command6.c command7.c \
6	init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
7	globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
8MAN=	battlestar.6
9DPADD=	${LIBCURSES}
10LDADD=	-lcurses
11
12.include <bsd.prog.mk>
13