blob: 6c629ed8f4063854bf2d5bbd782882fc523d7a80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD: src/libexec/talkd/Makefile,v 1.9 2002/02/04 02:33:51 kris Exp $
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
.PATH: ${.CURDIR}/../../usr.bin/wall
MAN= talkd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
WFORMAT=0
.include <bsd.prog.mk>
|