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