NetBSD/games/battlestar/Makefile

15 lines
419 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1998/02/18 22:37:30 jtc Exp $
1995-03-21 18:03:38 +03:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= battlestar
SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
1994-12-22 12:31:26 +03:00
MAN= battlestar.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
1993-03-21 12:45:37 +03:00
HIDEGAME=hidegame
1997-11-20 03:12:30 +03:00
SETGIDGAME=yes
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>