summaryrefslogtreecommitdiffstats
path: root/libexec/talkd/Makefile
blob: cc0c5977fb7dd6c6c2de9192fd9744db3cd32096 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD$

PROG=	ntalkd
SRCS=	talkd.c announce.c process.c table.c print.c ttymsg.c
.PATH:  ${.CURDIR}/../../usr.bin/wall
MAN=	talkd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/wall

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud