diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-25 14:52:10 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-25 14:52:10 +0000 |
| commit | 0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf (patch) | |
| tree | c8a27c2bedbb21bf9014b25f896a4e3240049a25 /libexec/telnetd/Makefile | |
| parent | 71207448cf3eb42617320efb36e7aa9d76c4c98e (diff) | |
Notes
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 068087a62c65..7766276ca15f 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -6,6 +6,7 @@ CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS #CFLAGS+=-DKLUDGELINEMODE CFLAGS+=-DOLD_ENVIRON -DENV_HACK CFLAGS+=-I${.CURDIR}/../../lib +CFLAGS+=-DINET6 SRCS= global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} |
