aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd/Makefile
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-25 14:52:10 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-25 14:52:10 +0000
commit0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf (patch)
treec8a27c2bedbb21bf9014b25f896a4e3240049a25 /libexec/telnetd/Makefile
parent71207448cf3eb42617320efb36e7aa9d76c4c98e (diff)
Notes
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r--libexec/telnetd/Makefile1
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}