]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/talkd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>