summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mille/Makefile6
-rw-r--r--phantasia/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/mille/Makefile b/mille/Makefile
index 1f340325..befe6754 100644
--- a/mille/Makefile
+++ b/mille/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 1997/05/29 00:40:03 mellon Exp $
+# $NetBSD: Makefile,v 1.8 1998/02/04 10:19:34 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= mille
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
roll.c save.c types.c varpush.c
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -lcurses -ltermcap -lcompat
+DPADD= ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -lcurses -ltermcap
MAN= mille.6
HIDEGAME=hidegame
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 613db472..799e382c 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.14 1997/11/20 08:52:18 mrg Exp $
+# $NetBSD: Makefile,v 1.15 1998/02/04 10:20:15 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= phantasia
SRCS= fight.c gamesupport.c interplayer.c io.c main.c misc.c phantglobs.c
-DPADD= ${LIBM} ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
-LDADD= -lm -lcurses -ltermlib -lcompat
+DPADD= ${LIBM} ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -lm -lcurses -ltermcap
HIDEGAME=hidegame
SETGIDGAME=yes
USETBL=