1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/libexec/talkd/Makefile
1997-02-22 14:22:49 +00:00

10 lines
194 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id$
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
.PATH: ${.CURDIR}/../../usr.bin/wall
MAN8= talkd.8
.include <bsd.prog.mk>