]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/Makefile
Change __GCC__ to __GNUC__.
[bsdgames-darwin.git] / larn / Makefile
index 897fa71a41b6d08a1b3aa0f1706ea479bcacb8a8..ca5469a9b7dd53d8fda2a1efb68b7d015e7e294b 100644 (file)
@@ -1,10 +1,13 @@
-#      $NetBSD: Makefile,v 1.10 1997/03/24 22:15:46 christos Exp $
+#      $NetBSD: Makefile,v 1.16 1999/02/13 02:54:21 lukem Exp $
 #      @(#)Makefile    5.12 (Berkeley) 5/30/93
 
 # EXTRA
 #      Incorporates code to gather additional performance statistics
-# SYSV
-#      Use system III/V (instead of V7) type ioctl calls
+#
+# TERMIO
+#      Use sysv termio
+# TERMIOS
+#      Use posix termios
 # BSD
 #      Use BSD specific features (mostly timer and signal stuff)
 # BSD4.1
 # NOLOG
 #      Turn off logging.
 
+.include <bsd.own.mk>
+
 PROG=  larn
 MAN=   larn.6
-CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE
+CPPFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -DTERMIOS
 SRCS=  main.c object.c create.c tok.c display.c global.c data.c io.c \
        monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \
        signal.c moreobj.c movem.c regen.c fortune.c savelev.c
-DPADD= ${LIBTERM} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
+DPADD= ${LIBTERM}
+LDADD= -ltermcap
 HIDEGAME=hidegame
+SETGIDGAME=yes
+.if ${MKSHARE} != "no"
 DAT=larnmaze larnopts larn.help
 FILES=${DAT:S@^@${.CURDIR}/datfiles/@g}
 FILESDIR=/usr/share/games/larn
+.endif
 
 .include <bsd.prog.mk>