]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/Makefile
Heads up on Bell patents
[bsdgames-darwin.git] / rogue / Makefile
index 238dea184e6787c388dbc36664f109012c819a35..e46f5173fd1f908c17ff0a00c6353eb0fc7f496f 100644 (file)
@@ -1,20 +1,20 @@
-#      $NetBSD: Makefile,v 1.13 1999/04/05 08:04:48 abs Exp $
+#      $NetBSD: Makefile,v 1.21 2019/10/13 07:28:09 mrg 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 \
+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}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
 HIDEGAME=hidegame
 SETGIDGAME=yes
 MAN=   rogue.6
 
-.if make(install)
-SUBDIR+=USD.doc
-.endif
+SUBDIR.roff+=USD.doc
+
+COPTS.score.c+=        ${GCC_NO_FORMAT_TRUNCATION}
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>