]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - battlestar/Makefile
Allow for the bathing goddess in ravage(). From OpenBSD.
[bsdgames-darwin.git] / battlestar / Makefile
1 # $NetBSD: Makefile,v 1.8 1998/02/18 22:37:30 jtc Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= battlestar
5 SRCS= 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
8 MAN= battlestar.6
9 DPADD= ${LIBCURSES}
10 LDADD= -lcurses
11 HIDEGAME=hidegame
12 SETGIDGAME=yes
13
14 .include <bsd.prog.mk>