Deleted Added
full compact
Makefile (83244) Makefile (90164)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/talkd/Makefile 83244 2001-09-09 14:30:11Z dd $
2# $FreeBSD: head/libexec/talkd/Makefile 90164 2002-02-04 02:33:51Z kris $
3
4PROG= ntalkd
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
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
9
10.include <bsd.prog.mk>
10
11.include <bsd.prog.mk>