xref: /original-bsd/libexec/talkd/Makefile (revision 50dd0bba)
1#	@(#)Makefile	5.10 (Berkeley) 05/11/90
2
3PROG=	ntalkd
4SRCS=	talkd.c announce.c process.c table.c print.c
5MAN8=	talkd.0
6
7.include <bsd.prog.mk>
8