Home | History | Annotate | Line # | Download | only in battlestar
Makefile revision 1.10
      1  1.10   he #	$NetBSD: Makefile,v 1.10 2010/02/06 23:45:24 he 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.10   he DPADD=	${LIBCURSES} ${LIBTERMINFO}
     11  1.10   he LDADD=	-lcurses -lterminfo
     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