mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
43581d7b66
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
9 lines
175 B
Makefile
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>
|