From 5670e757381b52b2d76f421d26a7d4a109fcaffb Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 10 Aug 1994 04:55:19 +0000 Subject: [PATCH] Change bogus --I to -I to make compilation happen again. Submitted by: jkh --- libexec/telnetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 7d3b4c5184d0..e2b5f1b33c0c 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -3,7 +3,7 @@ PROG= telnetd CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS CFLAGS+=-DOLD_ENVIRON -DENV_HACK -CFLAGS+=--I${.CURDIR}/../../lib +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