freebsd-src/libexec/talkd/Makefile
Warner Losh 43581d7b66 libexec: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by:		Netflix
2023-11-26 22:23:28 -07:00

9 lines
175 B
Makefile

PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
.PATH: ${SRCTOP}/usr.bin/wall
MAN= talkd.8
CFLAGS+=-I${SRCTOP}/usr.bin/wall
.include <bsd.prog.mk>