]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/talkd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 WFORMAT=0
10
11 .include <bsd.prog.mk>