Deleted Added
full compact
Makefile (201017) Makefile (201022)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/talkd/Makefile 201017 2009-12-26 11:00:18Z ed $
2# $FreeBSD: head/libexec/talkd/Makefile 201022 2009-12-26 14:33:55Z ed $
3
4PROG= ntalkd
5SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
6.PATH: ${.CURDIR}/../../usr.bin/wall
7MAN= talkd.8
8CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
3
4PROG= ntalkd
5SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
6.PATH: ${.CURDIR}/../../usr.bin/wall
7MAN= talkd.8
8CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
9WFORMAT=0
10
9
10WARNS?= 6
11
11DPADD= ${LIBULOG}
12LDADD= -lulog
13
14.include <bsd.prog.mk>
12DPADD= ${LIBULOG}
13LDADD= -lulog
14
15.include <bsd.prog.mk>