mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Not sure why this one was -lcompat since it doesn't reference anything in
it.
This commit is contained in:
parent
94ea865c39
commit
e151093c6f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6594
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user