Home | History | Annotate | Line # | Download | only in battlestar
Makefile revision 1.9
      1  1.9   tv #	$NetBSD: Makefile,v 1.9 2001/10/19 03:06:09 tv Exp $
      2  1.5  cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1  cgd 
      4  1.1  cgd PROG=	battlestar
      5  1.9   tv SRCS=	battlestar.c command1.c command2.c command3.c command4.c \
      6  1.9   tv 	command5.c command6.c command7.c \
      7  1.1  cgd 	init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
      8  1.1  cgd 	globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
      9  1.4  cgd MAN=	battlestar.6
     10  1.8  jtc DPADD=	${LIBCURSES}
     11  1.8  jtc LDADD=	-lcurses
     12  1.1  cgd HIDEGAME=hidegame
     13  1.6  mrg SETGIDGAME=yes
     14  1.1  cgd 
     15  1.1  cgd .include <bsd.prog.mk>
     16