]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/Makefile
Converted from sgtty to termios api, no longer needs libcompat.
[bsdgames-darwin.git] / rogue / Makefile
index 53779b3c9fbfd6d3d5a533ef03819918ecda0e3a..f986ca5210a56e7f522270ed6147b625c17892f7 100644 (file)
@@ -1,8 +1,8 @@
 #      from: @(#)Makefile      5.7 (Berkeley) 5/11/90
-#      $Id: Makefile,v 1.2 1993/08/01 05:44:27 mycroft Exp $
+#      $Id: Makefile,v 1.4 1994/04/01 08:31:22 cgd Exp $
 
 PROG=  rogue
-CFLAGS+=-DUNIX -DUNIX_BSD4_2 -fwritable-strings
+CFLAGS+=-DUNIX -fwritable-strings
 SRCS=  curses.c 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