diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-09-11 21:53:28 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-09-11 21:53:28 +0000 |
| commit | 6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 (patch) | |
| tree | f4cee079132081a2a0550f8887e3a1f63c9960dd /secure/libexec | |
| parent | 88782905c03323f239f8f5bed8af550dd8471e6f (diff) | |
Notes
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/telnetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index e2b5f1b33c0c..0bfa3c3f5109 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -7,7 +7,7 @@ CFLAGS+=-I${.CURDIR}/../../lib #CFLAGS+=-DAUTHENTICATION -DENCRYPTION SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c -DPADD= ${LIBUTIL} ${LIBTERM} +DPADD= ${LIBUTIL} ${LIBTERMCAP} LDADD= -lutil -ltermcap -ltelnet #LDADD+= -lkrb -ldes MAN8= telnetd.8 |
