NetBSD/games/rogue/Makefile

15 lines
456 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.7 (Berkeley) 5/11/90
1993-11-10 13:02:16 +03:00
# $Id: Makefile,v 1.3 1993/11/10 10:02:16 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= rogue
1993-11-10 13:02:16 +03:00
CFLAGS+=-DUNIX -fwritable-strings -g
1993-03-21 12:45:37 +03:00
SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \
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} ${LIBTERM}
LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
MAN6= rogue.0
.include <bsd.prog.mk>