Cross Reference: Makefile
xref: /src/games/battlestar/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/battlestar/
Makefile revision 1.11
1#	$NetBSD: Makefile,v 1.11 2019/10/29 21:30:42 christos 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} ${LIBTERMINFO}
11LDADD=	-lcurses -lterminfo
12HIDEGAME=hidegame
13SETGIDGAME=yes
14
15.if !empty(MACHINE_ARCH:Msh3*)
16COPTS.parse.c+=-Wno-restrict
17.endif
18
19.include <bsd.prog.mk>
20

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