curses needs termcap

This commit is contained in:
mellon 1997-05-29 00:40:03 +00:00
parent bda4c93e92
commit 9eb4cecfba

View File

@ -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