summaryrefslogtreecommitdiffstats
path: root/larn/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-18 20:03:05 +0000
committerchristos <christos@NetBSD.org>1997-10-18 20:03:05 +0000
commitf73f1009084e75624e3bc00fef9cf4749de80dcc (patch)
tree10cc39737f667f056c5537c3fba7cf4d2a832c9d /larn/Makefile
parent39d5db4411fe42946cd3d94eb7d275f3f453d6aa (diff)
downloadbsdgames-darwin-f73f1009084e75624e3bc00fef9cf4749de80dcc.tar.gz
bsdgames-darwin-f73f1009084e75624e3bc00fef9cf4749de80dcc.tar.zst
bsdgames-darwin-f73f1009084e75624e3bc00fef9cf4749de80dcc.zip
Tons of changes; re-indent, use termios, fix warnings, add prototypes...
Games is almost clean; only hack is left...
Diffstat (limited to 'larn/Makefile')
-rw-r--r--larn/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/larn/Makefile b/larn/Makefile
index 34b3ba3e..1541bf4a 100644
--- a/larn/Makefile
+++ b/larn/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.11 1997/10/12 14:21:47 lukem Exp $
+# $NetBSD: Makefile,v 1.12 1997/10/18 20:03:05 christos 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
@@ -52,15 +55,14 @@
# NOLOG
# Turn off logging.
-WARNS= 0
PROG= larn
MAN= larn.6
-CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE
+CFLAGS+=-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
DAT=larnmaze larnopts larn.help
FILES=${DAT:S@^@${.CURDIR}/datfiles/@g}