Merge from vendor branch FILE:
[dragonfly.git] / libexec / talkd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/talkd/Makefile,v 1.6.2.2 2001/10/18 12:30:42 des Exp $
3 # $DragonFly: src/libexec/talkd/Makefile,v 1.2 2003/06/17 04:27:08 dillon Exp $
4
5 PROG=   ntalkd
6 CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
7 SRCS=   talkd.c announce.c process.c table.c print.c ttymsg.c
8 .PATH:  ${.CURDIR}/../../usr.bin/wall
9 MAN=    talkd.8
10
11 .include <bsd.prog.mk>