Home | History | Annotate | Line # | Download | only in battlestar
Makefile revision 1.10.46.1
      1  1.10.46.1  martin #	$NetBSD: Makefile,v 1.10.46.1 2020/04/13 08:03:06 martin 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.10.46.1  martin .if !empty(MACHINE_ARCH:Msh3*)
     16  1.10.46.1  martin COPTS.parse.c+=-Wno-restrict
     17  1.10.46.1  martin .endif
     18  1.10.46.1  martin 
     19        1.1     cgd .include <bsd.prog.mk>
     20