libexec: Move the definition of WARNS to libexec/Makefile.inc.
[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
4 .PATH:  ${.CURDIR}/../../usr.bin/wall
5
6 PROG=   ntalkd
7 SRCS=   talkd.c announce.c process.c table.c print.c ttymsg.c
8 MAN=    talkd.8
9 WARNS?= 1
10
11 CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
12
13 .include <bsd.prog.mk>