diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
commit | 96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch) | |
tree | 17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/talkd | |
parent | 9d31fc7ba269aeec27e48eafb53d61731801c82b (diff) | |
download | FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz |
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
Diffstat (limited to 'libexec/talkd')
-rw-r--r-- | libexec/talkd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 51f6806..4b4a8399 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -3,6 +3,6 @@ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c .PATH: ${.CURDIR}/../../usr.bin/wall -MAN8= talkd.0 +MAN8= talkd.8 .include <bsd.prog.mk> |