diff options
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r-- | libexec/telnetd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 64c6bcc..20acad9 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> |