Expand PMF_FN_* macros.
[netbsd-mini2440.git] / games / battlestar / Makefile
blobb86d1e92607daab73c974200af649a25657d46b6
1 # $NetBSD: Makefile,v 1.8 1998/02/18 22:37:30 jtc Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
4 PROG= battlestar
5 SRCS= 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
9 MAN= battlestar.6
10 DPADD= ${LIBCURSES}
11 LDADD= -lcurses
12 HIDEGAME=hidegame
13 SETGIDGAME=yes
15 .include <bsd.prog.mk>