diff options
Diffstat (limited to 'libexec/talkd/Makefile')
| -rw-r--r-- | libexec/talkd/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile new file mode 100644 index 0000000000000..51f68069a1618 --- /dev/null +++ b/libexec/talkd/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 8.1 (Berkeley) 6/4/93 + +PROG= ntalkd +SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c +.PATH: ${.CURDIR}/../../usr.bin/wall +MAN8= talkd.0 + +.include <bsd.prog.mk> |
