diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-27 09:28:38 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-27 09:28:38 +0000 |
| commit | 4dd8b5ab798f9e3b8b60f5fa2c9ffb19b3774021 (patch) | |
| tree | e0caee013c23189a72cb874040a86616a5f64a03 /secure/libexec | |
| parent | 404d72b9f6ab0c20ebd426ff73f13563352f0452 (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 230e4e79bf53..e13f48dcad78 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -8,7 +8,7 @@ MAN8= telnetd.8 CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ -DENV_HACK -DAUTHENTICATION -DENCRYPTION \ - -I${TELNETDIR} + -I${TELNETDIR} -DINET6 SRCS= global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c authenc.c |
