summaryrefslogtreecommitdiffstats
path: root/mille/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mille/Makefile')
-rw-r--r--mille/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mille/Makefile b/mille/Makefile
index 084cf269..1f340325 100644
--- a/mille/Makefile
+++ b/mille/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 1997/05/23 23:13:35 jtc Exp $
+# $NetBSD: Makefile,v 1.7 1997/05/29 00:40:03 mellon 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} ${LIBCOMPAT}
-LDADD= -lcurses -lcompat
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
+LDADD= -lcurses -ltermcap -lcompat
MAN= mille.6
HIDEGAME=hidegame