repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
llvm-libunwind: use conventional (non-Darwin) X86 register numbers
[freebsd-src.git]
/
usr.bin
/
talk
/
Makefile
blob
f595be8839c4752efe53ed8accce412842df4375
1
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD$
3
4
PROG
=
talk
5
SRCS
=
ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
6
init_disp.c invite.c io.c look_up.c msgs.c talk.c
7
8
LIBADD
=
ncursesw
9
10
.
include
<
bsd.prog.mk
>