blob: 9116636b51afa08b1055dd9570ab4e0904c60ca5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
PROG= ntalkd
CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
.PATH: ${.CURDIR}/../../usr.bin/wall
MAN= talkd.8
.include <bsd.prog.mk>
|