Apply patch supplied in FreeBSD-PR to ata-raid code:
[dragonfly.git] / libexec / talkd / Makefile
blob6480dc88455fe07b4655f06a6a043a19a1cc45a5
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 $
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
11 .include <bsd.prog.mk>