]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/talkd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / talkd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   ntalkd
5 SRCS=   talkd.c announce.c process.c table.c print.c ttymsg.c
6 .PATH:  ${.CURDIR}/../../usr.bin/wall
7 MAN=    talkd.8
8 CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
9
10 .include <bsd.prog.mk>