xref: /386bsd/usr/src/libexec/talkd/Makefile (revision a2142627)
1#	@(#)Makefile	5.10 (Berkeley) 5/11/90
2
3PROG=	ntalkd
4NONSTDINC=$(INCOLDBSD)
5SRCS=	talkd.c announce.c process.c table.c print.c
6MAN8=	talkd.0
7
8.include <bsd.prog.mk>
9