xref: /dragonfly/libexec/talkd/Makefile (revision 984263bc)
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
4PROG=	ntalkd
5CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
6SRCS=	talkd.c announce.c process.c table.c print.c ttymsg.c
7.PATH:  ${.CURDIR}/../../usr.bin/wall
8MAN=	talkd.8
9
10.include <bsd.prog.mk>
11