summaryrefslogtreecommitdiffstats
path: root/mille
diff options
context:
space:
mode:
authormellon <mellon@NetBSD.org>1997-05-29 00:40:03 +0000
committermellon <mellon@NetBSD.org>1997-05-29 00:40:03 +0000
commit86ae41a82a0bd96a6280f62d7cf2a07b45835355 (patch)
treeaaa593e6e971c91c86c71b4c64391a2b30b1612d /mille
parent19fa9d538035fb3c3fe9a09394cf3a54425d3fef (diff)
downloadbsdgames-darwin-86ae41a82a0bd96a6280f62d7cf2a07b45835355.tar.gz
bsdgames-darwin-86ae41a82a0bd96a6280f62d7cf2a07b45835355.tar.zst
bsdgames-darwin-86ae41a82a0bd96a6280f62d7cf2a07b45835355.zip
curses needs termcap
Diffstat (limited to 'mille')
-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