8 lines
142 B
Makefile
8 lines
142 B
Makefile
|
# @(#)Makefile 5.10 (Berkeley) 5/11/90
|
||
|
|
||
|
PROG= ntalkd
|
||
|
SRCS= talkd.c announce.c process.c table.c print.c
|
||
|
MAN8= talkd.0
|
||
|
|
||
|
.include <bsd.prog.mk>
|