aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:22:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:22:12 +0000
commite5b5c66bcad3c6a5639669f734a19ec37d1ed0ff (patch)
tree99317e3e4c34a31d62639cf2ccbaae831de513b1 /libexec/telnetd
parent0dc44b5add5cc61d6425762fd6adf24820911ac8 (diff)
Notes
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 64c6bcc7fb689..20acad94933a4 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -11,5 +11,6 @@ SRCS= global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
LDADD= -lutil -ltermcap -ltelnet
+MAN= telnetd.8
.include <bsd.prog.mk>