Home | History | Annotate | Line # | Download | only in battlestar
Makefile revision 1.11
      1  1.11  christos #	$NetBSD: Makefile,v 1.11 2019/10/29 21:30:42 christos 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.11  christos .if !empty(MACHINE_ARCH:Msh3*)
     16  1.11  christos COPTS.parse.c+=-Wno-restrict
     17  1.11  christos .endif
     18  1.11  christos 
     19   1.1       cgd .include <bsd.prog.mk>
     20