X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/b94e996a467b381e1aff4ad7d94e243b7f94a535..c027a6e8b72c9245a1fee485844fe5e01cae252c:/rogue/Makefile?ds=sidebyside diff --git a/rogue/Makefile b/rogue/Makefile index d3127fba..8c24714f 100644 --- a/rogue/Makefile +++ b/rogue/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.8 1997/10/11 09:34:19 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 1999/09/13 17:14:07 jsm Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rogue -CFLAGS+=-DUNIX -fwritable-strings -SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \ +CPPFLAGS+=-DUNIX -fwritable-strings +SRCS= 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} ${LIBCOMPAT} -LDADD= -lcurses -ltermlib -lcompat +DPADD= ${LIBCURSES} +LDADD= -lcurses HIDEGAME=hidegame +SETGIDGAME=yes MAN= rogue.6 .if make(install)