diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-11-30 21:10:58 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-11-30 21:10:58 +0000 |
| commit | f3c99bd05e6ae47847de5e21d8fe6b1205984272 (patch) | |
| tree | e1cbbe5dfa994edf9086841d6eb68fe87b446aca /secure/libexec | |
| parent | 401eb6965c9195134df4229ddce3533463c39ce1 (diff) | |
Notes
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/telnetd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index 24e373168393..ef9d1b2e5fea 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -6,12 +6,14 @@ PROG= telnetd MAN= telnetd.8 +SRCS= global.c slc.c state.c sys_term.c telnetd.c \ + termstat.c utility.c authenc.c + CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ -DENV_HACK -DAUTHENTICATION -DENCRYPTION \ -I${TELNETDIR} -DINET6 -SRCS= global.c slc.c state.c sys_term.c telnetd.c \ - termstat.c utility.c authenc.c +WARNS?= 2 DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBMP} ${LIBCRYPTO} \ ${LIBCRYPT} ${LIBPAM} |
