NetBSD/games/rogue/Makefile

21 lines
505 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 1999/09/13 17:14:07 jsm Exp $
1995-04-22 14:27:22 +04:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= rogue
1997-10-22 09:05:21 +04:00
CPPFLAGS+=-DUNIX -fwritable-strings
SRCS= hit.c init.c inventory.c level.c machdep.c main.c \
1993-03-21 12:45:37 +03:00
message.c monster.c move.c object.c pack.c play.c random.c ring.c \
room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
DPADD= ${LIBCURSES}
LDADD= -lcurses
1993-03-21 12:45:37 +03:00
HIDEGAME=hidegame
SETGIDGAME=yes
1994-12-22 12:31:26 +03:00
MAN= rogue.6
1993-03-21 12:45:37 +03:00
1995-04-22 15:18:35 +04:00
.if make(install)
1997-10-11 13:34:07 +04:00
SUBDIR+=USD.doc
1995-04-22 15:18:35 +04:00
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
1997-10-11 13:34:07 +04:00
.include <bsd.subdir.mk>