summaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-25 10:42:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-25 10:42:22 +0000
commit48ba00dfa54583fe202236c8fe8ae8dbdca41118 (patch)
tree6d84baeb7d1c3b495785780ee128850e02917175 /libexec/telnetd
parent68b300bfe60cb22aa8e23d47de9c5217107e9f99 (diff)
Notes
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 7766276ca15f..20acad94933a 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -11,6 +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
-MAN8= telnetd.8
+MAN= telnetd.8
.include <bsd.prog.mk>