Cross Reference: Makefile
xref: /src/games/battlestar/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/battlestar/
Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 1998/02/18 22:37:30 jtc Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	battlestar
5SRCS=	battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.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
11HIDEGAME=hidegame
12SETGIDGAME=yes
13
14.include <bsd.prog.mk>
15

Indexes created Sun Dec 21 20:09:38 GMT 2025