repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
packages: don't put oss on cd.
[minix.git]
/
commands
/
talk
/
Makefile
blob
55cc1cc993d63846e139d1bb61a4cee9d8dd58d4
1
# Makefile for talk
2
#
3
# 08/01/96 Michael Temari, <temari@ix.netcom.com>
4
#
5
6
PROG
=
talk
7
SRCS
=
talk.c screen.c net.c proto.c
8
MAN
=
9
10
DPADD
+= ${
LIBCURSES
}
11
LDADD
+= -
lcurses
12
13
.
include
<
minix.prog.mk
>