]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - battlestar/Makefile
clean up import, fix up Ids
[bsdgames-darwin.git] / battlestar / Makefile
1 # $NetBSD: Makefile,v 1.5 1995/03/21 15:06:38 cgd 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} ${LIBTERMCAP}
10 LDADD= -lcurses -ltermlib
11 HIDEGAME=hidegame
12
13 .include <bsd.prog.mk>