X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/efd6dfc4497f47213a5844c98f1073e05593af77..c027a6e8b72c9245a1fee485844fe5e01cae252c:/rogue/Makefile diff --git a/rogue/Makefile b/rogue/Makefile index 2deba1b5..8c24714f 100644 --- a/rogue/Makefile +++ b/rogue/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.11 1998/02/04 10:21:50 christos Exp $ +# $NetBSD: Makefile,v 1.14 1999/09/13 17:14:07 jsm Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rogue CPPFLAGS+=-DUNIX -fwritable-strings -SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \ +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} ${LIBTERMCAP} -LDADD= -lcurses -ltermcap +DPADD= ${LIBCURSES} +LDADD= -lcurses HIDEGAME=hidegame -SETUIDGAME=yes +SETGIDGAME=yes MAN= rogue.6 .if make(install)