]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/Makefile
Spelling and punctuation corrections or improvements from OpenBSD.
[bsdgames-darwin.git] / rogue / Makefile
index 2a97418e04c851032e6e7b9b69a05fb667157653..8c24714f95187194e551822063be4d71cb0d2d34 100644 (file)
@@ -1,18 +1,20 @@
-#      $NetBSD: Makefile,v 1.7 1995/04/22 11:18:35 cgd 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)
-SUBDIR+= USD.doc
+SUBDIR+=USD.doc
 .endif
 
 .include <bsd.prog.mk>
+.include <bsd.subdir.mk>