aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/talkd.tproj/Makefile
blob: 83f8c4af39c1ade0aea70dee77488555f23ec23c (plain) (blame)
1
2
3
4
5
6
7
8
PROG=	talkd
MAN=	ntalkd.8
SRCS=	announce.c print.c process.c \
	table.c talkd.c ttymsg.c

.PATH: ${.CURDIR}/../wall.tproj

.include <bsd.prog.mk>