Added missing newline to end of diskerr output.
[unix-history] / libexec / talkd / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.10 (Berkeley) 5/11/90
2
3PROG= ntalkd
4SRCS= talkd.c announce.c process.c table.c print.c
44ec9501 5MAN8= talkd.8
15637ed4
RG
6
7.include <bsd.prog.mk>