Not sure why this one was -lcompat since it doesn't reference anything in

it.
This commit is contained in:
Garrett Wollman 1995-02-21 04:35:43 +00:00
parent 94ea865c39
commit e151093c6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6594

View File

@ -1,8 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id$
PROG= talk
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lcurses -ltermcap -lcompat
DPADD= ${LIBCURSES} ${LIBTERMCAP}
LDADD= -lcurses -ltermcap
SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
init_disp.c invite.c io.c look_up.c msgs.c talk.c