summaryrefslogtreecommitdiff
path: root/libexec/talkd/Makefile
blob: 2cdafd5216e0e062f8ce912d990d08589b409d65 (plain)
1
2
3
4
5
6
7
PROG=	ntalkd
SRCS=	talkd.c announce.c process.c table.c print.c ttymsg.c
.PATH:  ${SRCTOP}/usr.bin/wall
MAN=	talkd.8
CFLAGS+=-I${SRCTOP}/usr.bin/wall

.include <bsd.prog.mk>