diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 10:42:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 10:42:22 +0000 |
| commit | 48ba00dfa54583fe202236c8fe8ae8dbdca41118 (patch) | |
| tree | 6d84baeb7d1c3b495785780ee128850e02917175 /libexec/telnetd | |
| parent | 68b300bfe60cb22aa8e23d47de9c5217107e9f99 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 2 |
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> |
