]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/Makefile
Change getdate() to getdatestr() since the former maybe present on systems
[bsdgames-darwin.git] / rogue / Makefile
index d3127fba9c7178deaf989cb18853b49aab3be20e..e24c1d5bd9e3f7e2819213c7d562097148aee1f6 100644 (file)
@@ -1,15 +1,17 @@
-#      $NetBSD: Makefile,v 1.8 1997/10/11 09:34:19 mycroft Exp $
+#      $NetBSD: Makefile,v 1.16 2004/01/01 16:05:12 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
+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
+WARNS= 2
 
 .if make(install)
 SUBDIR+=USD.doc