Remove unneded -ltermcap or -lmytinfo

This commit is contained in:
Andrey A. Chernov
2000-09-16 03:52:06 +00:00
parent f4723e5279
commit ca6d811ee5
16 changed files with 38 additions and 32 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= worms
MAN6= worms.6
DPADD= ${LIBCURSES} ${LIBTERMCAP}
LDADD= -lcurses -ltermcap
DPADD= ${LIBCURSES}
LDADD= -lcurses
.include <bsd.prog.mk>