diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-02-21 04:35:43 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-02-21 04:35:43 +0000 |
| commit | e151093c6fd2da3466a63a52709de9f41243a8a5 (patch) | |
| tree | 9bbd3bdb97f6e5f7186be54e347f6b4bd1e6b2fd | |
| parent | 94ea865c39dadcb507c8d38516f4155029d6ae79 (diff) | |
Notes
| -rw-r--r-- | usr.bin/talk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 27a39ae1e4d5..9643a371d2e9 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -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 |
