Cross Reference: Makefile
xref: /src/games/battlestar/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/battlestar/
Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2001/10/19 03:06:09 tv Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	battlestar
5SRCS=	battlestar.c command1.c command2.c command3.c command4.c \
6	command5.c command6.c command7.c \
7	init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
8	globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
9MAN=	battlestar.6
10DPADD=	${LIBCURSES}
11LDADD=	-lcurses
12HIDEGAME=hidegame
13SETGIDGAME=yes
14
15.include <bsd.prog.mk>
16

Indexes created Sat Dec 20 21:09:36 GMT 2025