]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/talkd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>